use the infrastructural code using its new locations

This commit is contained in:
Andreas Lauser
2015-04-28 11:58:21 +02:00
parent d80fed167f
commit 216508ef13
55 changed files with 274 additions and 78 deletions

View File

@@ -38,7 +38,7 @@ template <class TypeTag>
class StokesNiTestProblem;
}
namespace Opm {
namespace Ewoms {
namespace Properties {
NEW_TYPE_TAG(StokesNiTestProblem, INHERITS_FROM(StokesModel));
@@ -77,7 +77,7 @@ SET_SCALAR_PROP(StokesNiTestProblem, NewtonRawTolerance, 1e-4);
// Default grid file to load
SET_STRING_PROP(StokesNiTestProblem, GridFile, "data/test_stokes2cni.dgf");
} // namespace Properties
} // namespace Opm
} // namespace Ewoms
namespace Ewoms {
/*!