diff --git a/opm/models/blackoil/blackoilonephaseindices.hh b/opm/models/blackoil/blackoilonephaseindices.hh index f4d3a9435..531c501ff 100644 --- a/opm/models/blackoil/blackoilonephaseindices.hh +++ b/opm/models/blackoil/blackoilonephaseindices.hh @@ -30,7 +30,7 @@ #include -namespace Ewoms { +namespace Opm { /*! * \ingroup BlackOilModel @@ -158,6 +158,6 @@ struct BlackOilOnePhaseIndices enableEnergy ? PVOffset + numPhases + numSolvents + numPolymers + numFoam : -1000; }; -} // namespace Ewoms +} // namespace Opm #endif diff --git a/opm/simulators/linalg/combinedcriterion.hh b/opm/simulators/linalg/combinedcriterion.hh index 4b40235e2..4fca16a56 100644 --- a/opm/simulators/linalg/combinedcriterion.hh +++ b/opm/simulators/linalg/combinedcriterion.hh @@ -237,6 +237,6 @@ private: //! \} end documentation -}} // end namespace Linear,Ewoms +}} // end namespace Linear, Opm #endif diff --git a/opm/simulators/linalg/convergencecriterion.hh b/opm/simulators/linalg/convergencecriterion.hh index 38e8343fc..b799494e0 100644 --- a/opm/simulators/linalg/convergencecriterion.hh +++ b/opm/simulators/linalg/convergencecriterion.hh @@ -151,6 +151,6 @@ public: //! \} end documentation -}} // end namespace Linear, Ewoms +}} // end namespace Linear, Opm #endif diff --git a/opm/simulators/linalg/fixpointcriterion.hh b/opm/simulators/linalg/fixpointcriterion.hh index 2ce91b1b6..f9f843d81 100644 --- a/opm/simulators/linalg/fixpointcriterion.hh +++ b/opm/simulators/linalg/fixpointcriterion.hh @@ -180,6 +180,6 @@ private: //! \} end documentation -}} // end namespace Linear, Ewoms +}} // end namespace Linear, Opm #endif diff --git a/opm/simulators/linalg/istlpreconditionerwrappers.hh b/opm/simulators/linalg/istlpreconditionerwrappers.hh index 87e3cd359..8a78b982d 100644 --- a/opm/simulators/linalg/istlpreconditionerwrappers.hh +++ b/opm/simulators/linalg/istlpreconditionerwrappers.hh @@ -200,6 +200,6 @@ EWOMS_WRAP_ISTL_PRECONDITIONER(ILUn, Dune::SeqILUn) #endif #undef EWOMS_WRAP_ISTL_PRECONDITIONER -}} // namespace Linear, Ewoms +}} // namespace Linear, Opm #endif diff --git a/opm/simulators/linalg/istlsolverwrappers.hh b/opm/simulators/linalg/istlsolverwrappers.hh index 7e78f1768..615f8a034 100644 --- a/opm/simulators/linalg/istlsolverwrappers.hh +++ b/opm/simulators/linalg/istlsolverwrappers.hh @@ -175,6 +175,6 @@ private: #undef EWOMS_WRAP_ISTL_SOLVER -}} // namespace Linear, Ewoms +}} // namespace Linear, Opm #endif diff --git a/opm/simulators/linalg/istlsparsematrixadapter.hh b/opm/simulators/linalg/istlsparsematrixadapter.hh index fa6765dfe..c646abe4e 100644 --- a/opm/simulators/linalg/istlsparsematrixadapter.hh +++ b/opm/simulators/linalg/istlsparsematrixadapter.hh @@ -192,6 +192,6 @@ protected: std::unique_ptr istlMatrix_; }; -}} // namespace Linear, Ewoms +}} // namespace Linear, Opm #endif diff --git a/opm/simulators/linalg/linearsolverreport.hh b/opm/simulators/linalg/linearsolverreport.hh index a8961e33b..63b10147c 100644 --- a/opm/simulators/linalg/linearsolverreport.hh +++ b/opm/simulators/linalg/linearsolverreport.hh @@ -78,6 +78,6 @@ private: bool converged_; }; -}} // end namespace Linear, Ewoms +}} // end namespace Linear, Opm #endif diff --git a/opm/simulators/linalg/parallelbasebackend.hh b/opm/simulators/linalg/parallelbasebackend.hh index 300812b0c..221e8f393 100644 --- a/opm/simulators/linalg/parallelbasebackend.hh +++ b/opm/simulators/linalg/parallelbasebackend.hh @@ -444,7 +444,7 @@ protected: PreconditionerWrapper precWrapper_; }; -}} // namespace Linear, Ewoms +}} // namespace Linear, Opm BEGIN_PROPERTIES diff --git a/opm/simulators/linalg/parallelbicgstabbackend.hh b/opm/simulators/linalg/parallelbicgstabbackend.hh index f56e272b1..19bd5c97c 100644 --- a/opm/simulators/linalg/parallelbicgstabbackend.hh +++ b/opm/simulators/linalg/parallelbicgstabbackend.hh @@ -38,7 +38,7 @@ namespace Opm { namespace Linear { template class ParallelBiCGStabSolverBackend; -}} // namespace Linear, Ewoms +}} // namespace Linear, Opm BEGIN_PROPERTIES @@ -165,6 +165,6 @@ protected: std::unique_ptr > convCrit_; }; -}} // namespace Linear, Ewoms +}} // namespace Linear, Opm #endif diff --git a/opm/simulators/linalg/parallelistlbackend.hh b/opm/simulators/linalg/parallelistlbackend.hh index f1ca63802..5c7ad2c53 100644 --- a/opm/simulators/linalg/parallelistlbackend.hh +++ b/opm/simulators/linalg/parallelistlbackend.hh @@ -143,7 +143,7 @@ protected: LinearSolverWrapper solverWrapper_; }; -}} // namespace Linear, Ewoms +}} // namespace Linear, Opm BEGIN_PROPERTIES diff --git a/opm/simulators/linalg/residreductioncriterion.hh b/opm/simulators/linalg/residreductioncriterion.hh index f15243293..25947b450 100644 --- a/opm/simulators/linalg/residreductioncriterion.hh +++ b/opm/simulators/linalg/residreductioncriterion.hh @@ -147,6 +147,6 @@ private: //! \} end documentation -}} // end namespace Linear,Ewoms +}} // end namespace Linear, Opm #endif diff --git a/opm/simulators/linalg/weightedresidreductioncriterion.hh b/opm/simulators/linalg/weightedresidreductioncriterion.hh index 01b5b7849..b73892da2 100644 --- a/opm/simulators/linalg/weightedresidreductioncriterion.hh +++ b/opm/simulators/linalg/weightedresidreductioncriterion.hh @@ -315,6 +315,6 @@ private: //! \} end documentation -}} // end namespace Linear,Ewoms +}} // end namespace Linear, Opm #endif