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

@@ -112,7 +112,7 @@ SET_INT_PROP(TutorialProblemCoupled, CellsX, 100);
SET_INT_PROP(TutorialProblemCoupled, CellsY, 1);
SET_INT_PROP(TutorialProblemCoupled, CellsZ, 1); /*@\label{tutorial-coupled:default-params-end}@*/
} // namespace Properties
}
} // namespace Opm
namespace Ewoms {
//! Tutorial problem using the fully-implicit immiscible model.