fix the end of namespace comments

this was done semi-automatically by a python script
This commit is contained in:
Andreas Lauser
2013-11-04 14:17:32 +01:00
parent 54a66718bd
commit 921540d001
21 changed files with 64 additions and 64 deletions

View File

@@ -72,8 +72,8 @@ SET_SCALAR_PROP(StokesTestProblem, InitialTimeStepSize, 10.0);
// Default grid file to load
SET_STRING_PROP(StokesTestProblem, GridFile, "grids/test_stokes.dgf");
}
}
} // namespace Properties
} // namespace Opm
namespace Ewoms {
/*!
@@ -293,6 +293,6 @@ private:
Scalar eps_;
};
} //end namespace
} // namespace Ewoms
#endif