changed: namespace Ewoms -> namespace Opm

This commit is contained in:
Arne Morten Kvarving
2019-09-05 17:04:39 +02:00
parent aff158566e
commit 5599bb6d8c
71 changed files with 334 additions and 334 deletions

View File

@@ -33,5 +33,5 @@
int main(int argc, char** argv)
{
return Ewoms::ebosSolventMain(argc, argv);
return Opm::ebosSolventMain(argc, argv);
}