From 9edbe36b5840800b0048b4006a879bec0f5fbac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Thu, 6 Mar 2014 08:24:00 +0100 Subject: [PATCH] Remove extra semicolon. --- opm/core/props/satfunc/SatFuncSimple.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/core/props/satfunc/SatFuncSimple.cpp b/opm/core/props/satfunc/SatFuncSimple.cpp index 46bba18b..91200053 100644 --- a/opm/core/props/satfunc/SatFuncSimple.cpp +++ b/opm/core/props/satfunc/SatFuncSimple.cpp @@ -217,7 +217,7 @@ namespace Opm out << "sg_shift: " << sg_shift << std::endl; out << "sow_hyst: " << sow_hyst << std::endl; out << "sow_shift: " << sow_shift << std::endl; - }; + } } // namespace Opm