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

@@ -47,7 +47,7 @@ template <class TypeTag>
class DiffusionProblem;
}
namespace Opm {
namespace Ewoms {
namespace Properties {
NEW_TYPE_TAG(DiffusionBaseProblem);
@@ -112,7 +112,7 @@ SET_SCALAR_PROP(DiffusionBaseProblem, EndTime, 1e6);
// The default for the initial time step size of the simulation
SET_SCALAR_PROP(DiffusionBaseProblem, InitialTimeStepSize, 1000);
}
} // namespace Opm, Properties
} // namespace Ewoms, Properties
namespace Ewoms {
/*!