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

@@ -34,7 +34,7 @@
#include "problems/co2injectionflash.hh"
#include "problems/co2injectionproblem.hh"
namespace Opm {
namespace Ewoms {
namespace Properties {
NEW_TYPE_TAG(Co2InjectionFlashEcfvProblem, INHERITS_FROM(FlashModel, Co2InjectionBaseProblem));
SET_TAG_PROP(Co2InjectionFlashEcfvProblem, SpatialDiscretizationSplice, EcfvDiscretization);
@@ -58,7 +58,7 @@ SET_TAG_PROP(Co2InjectionFlashEcfvProblem, LinearSolverSplice, ParallelIterative
SET_SCALAR_PROP(Co2InjectionFlashEcfvProblem, NewtonRawTolerance, 1e-5);
#endif
} // namespace Properties
} // namespace Opm
} // namespace Ewoms
int main(int argc, char **argv)
{