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

@@ -23,7 +23,7 @@
/*!
* \file
*
* \copydoc Ewoms::EclNewtonMethod
* \copydoc Opm::EclNewtonMethod
*/
#ifndef EWOMS_ECL_NEWTON_METHOD_HH
#define EWOMS_ECL_NEWTON_METHOD_HH
@@ -43,7 +43,7 @@ NEW_PROP_TAG(EclNewtonRelaxedTolerance);
END_PROPERTIES
namespace Ewoms {
namespace Opm {
/*!
* \brief A newton solver which is ebos specific.
@@ -238,6 +238,6 @@ private:
int numStrictIterations_;
};
} // namespace Ewoms
} // namespace Opm
#endif