clean up the richards model and follow the recent renames of opm-material

This commit is contained in:
Andreas Lauser
2014-05-08 16:52:24 +02:00
parent 69e6fb60a2
commit 18ee64fe2f
6 changed files with 24 additions and 15 deletions

View File

@@ -29,7 +29,7 @@
namespace Opm {
namespace Properties {
NEW_TYPE_TAG(GroundWaterProblem, INHERITS_FROM(ImmiscibleOnePhaseModel, GroundWaterBaseProblem));
NEW_TYPE_TAG(GroundWaterProblem, INHERITS_FROM(ImmiscibleSinglePhaseModel, GroundWaterBaseProblem));
}}
int main(int argc, char **argv)