changed: namespace Ewoms -> namespace Opm

This commit is contained in:
Arne Morten Kvarving
2019-09-05 17:14:38 +02:00
parent aff158566e
commit 5599bb6d8c
71 changed files with 334 additions and 334 deletions
+3 -3
View File
@@ -23,7 +23,7 @@
/**
* \file
*
* \copydoc Ewoms::EclEquilInitializer
* \copydoc Opm::EclEquilInitializer
*/
#ifndef EWOMS_ECL_EQUIL_INITIALIZER_HH
#define EWOMS_ECL_EQUIL_INITIALIZER_HH
@@ -50,7 +50,7 @@ NEW_PROP_TAG(EnableEnergy);
END_PROPERTIES
namespace Ewoms {
namespace Opm {
/*!
* \ingroup EclBlackOilSimulator
@@ -182,6 +182,6 @@ protected:
std::vector<ScalarFluidState> initialFluidStates_;
};
} // namespace Ewoms
} // namespace Opm
#endif