mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix the end of namespace comments
this was done semi-automatically by a python script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user