Merge pull request #577 from blattms/fix-one-phase-namespace

Move BlackOilOnePhaseIndices to Opm namespace
This commit is contained in:
Arne Morten Kvarving 2019-10-30 09:28:55 +01:00 committed by GitHub
commit bf3bcf1259
13 changed files with 15 additions and 15 deletions

View File

@ -30,7 +30,7 @@
#include <cassert>
namespace Ewoms {
namespace Opm {
/*!
* \ingroup BlackOilModel
@ -158,6 +158,6 @@ struct BlackOilOnePhaseIndices
enableEnergy ? PVOffset + numPhases + numSolvents + numPolymers + numFoam : -1000;
};
} // namespace Ewoms
} // namespace Opm
#endif

View File

@ -237,6 +237,6 @@ private:
//! \} end documentation
}} // end namespace Linear,Ewoms
}} // end namespace Linear, Opm
#endif

View File

@ -151,6 +151,6 @@ public:
//! \} end documentation
}} // end namespace Linear, Ewoms
}} // end namespace Linear, Opm
#endif

View File

@ -180,6 +180,6 @@ private:
//! \} end documentation
}} // end namespace Linear, Ewoms
}} // end namespace Linear, Opm
#endif

View File

@ -200,6 +200,6 @@ EWOMS_WRAP_ISTL_PRECONDITIONER(ILUn, Dune::SeqILUn)
#endif
#undef EWOMS_WRAP_ISTL_PRECONDITIONER
}} // namespace Linear, Ewoms
}} // namespace Linear, Opm
#endif

View File

@ -175,6 +175,6 @@ private:
#undef EWOMS_WRAP_ISTL_SOLVER
}} // namespace Linear, Ewoms
}} // namespace Linear, Opm
#endif

View File

@ -192,6 +192,6 @@ protected:
std::unique_ptr<IstlMatrix> istlMatrix_;
};
}} // namespace Linear, Ewoms
}} // namespace Linear, Opm
#endif

View File

@ -78,6 +78,6 @@ private:
bool converged_;
};
}} // end namespace Linear, Ewoms
}} // end namespace Linear, Opm
#endif

View File

@ -444,7 +444,7 @@ protected:
PreconditionerWrapper precWrapper_;
};
}} // namespace Linear, Ewoms
}} // namespace Linear, Opm
BEGIN_PROPERTIES

View File

@ -38,7 +38,7 @@ namespace Opm {
namespace Linear {
template <class TypeTag>
class ParallelBiCGStabSolverBackend;
}} // namespace Linear, Ewoms
}} // namespace Linear, Opm
BEGIN_PROPERTIES
@ -165,6 +165,6 @@ protected:
std::unique_ptr<ConvergenceCriterion<OverlappingVector> > convCrit_;
};
}} // namespace Linear, Ewoms
}} // namespace Linear, Opm
#endif

View File

@ -143,7 +143,7 @@ protected:
LinearSolverWrapper solverWrapper_;
};
}} // namespace Linear, Ewoms
}} // namespace Linear, Opm
BEGIN_PROPERTIES

View File

@ -147,6 +147,6 @@ private:
//! \} end documentation
}} // end namespace Linear,Ewoms
}} // end namespace Linear, Opm
#endif

View File

@ -315,6 +315,6 @@ private:
//! \} end documentation
}} // end namespace Linear,Ewoms
}} // end namespace Linear, Opm
#endif