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::EclTracerModel
* \copydoc Opm::EclTracerModel
*/
#ifndef EWOMS_ECL_TRACER_MODEL_HH
#define EWOMS_ECL_TRACER_MODEL_HH
@@ -48,7 +48,7 @@ NEW_PROP_TAG(EnableTracerModel);
END_PROPERTIES
namespace Ewoms {
namespace Opm {
/*!
* \ingroup EclBlackOilSimulator
@@ -521,6 +521,6 @@ protected:
std::vector<Dune::BlockVector<Dune::FieldVector<Scalar, 1>>> storageOfTimeIndex1_;
};
} // namespace Ewoms
} // namespace Opm
#endif