changed: namespace Ewoms -> namespace Opm

This commit is contained in:
Arne Morten Kvarving
2019-09-05 16:21:10 +02:00
parent 9d5ff6b98a
commit 799585f9d7
66 changed files with 160 additions and 160 deletions

View File

@@ -43,5 +43,5 @@ END_PROPERTIES
int main(int argc, char **argv)
{
typedef TTAG(Co2InjectionNcpEcfvProblem) EcfvProblemTypeTag;
return Ewoms::start<EcfvProblemTypeTag>(argc, argv);
return Opm::start<EcfvProblemTypeTag>(argc, argv);
}