mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Change Ewoms to Opm in namespace end comments
This commit is contained in:
@@ -158,6 +158,6 @@ struct BlackOilOnePhaseIndices
|
||||
enableEnergy ? PVOffset + numPhases + numSolvents + numPolymers + numFoam : -1000;
|
||||
};
|
||||
|
||||
} // namespace Ewoms
|
||||
} // namespace Opm
|
||||
|
||||
#endif
|
||||
|
||||
@@ -237,6 +237,6 @@ private:
|
||||
|
||||
//! \} end documentation
|
||||
|
||||
}} // end namespace Linear,Ewoms
|
||||
}} // end namespace Linear, Opm
|
||||
|
||||
#endif
|
||||
|
||||
@@ -151,6 +151,6 @@ public:
|
||||
|
||||
//! \} end documentation
|
||||
|
||||
}} // end namespace Linear, Ewoms
|
||||
}} // end namespace Linear, Opm
|
||||
|
||||
#endif
|
||||
|
||||
@@ -180,6 +180,6 @@ private:
|
||||
|
||||
//! \} end documentation
|
||||
|
||||
}} // end namespace Linear, Ewoms
|
||||
}} // end namespace Linear, Opm
|
||||
|
||||
#endif
|
||||
|
||||
@@ -200,6 +200,6 @@ EWOMS_WRAP_ISTL_PRECONDITIONER(ILUn, Dune::SeqILUn)
|
||||
#endif
|
||||
|
||||
#undef EWOMS_WRAP_ISTL_PRECONDITIONER
|
||||
}} // namespace Linear, Ewoms
|
||||
}} // namespace Linear, Opm
|
||||
|
||||
#endif
|
||||
|
||||
@@ -175,6 +175,6 @@ private:
|
||||
|
||||
#undef EWOMS_WRAP_ISTL_SOLVER
|
||||
|
||||
}} // namespace Linear, Ewoms
|
||||
}} // namespace Linear, Opm
|
||||
|
||||
#endif
|
||||
|
||||
@@ -192,6 +192,6 @@ protected:
|
||||
std::unique_ptr<IstlMatrix> istlMatrix_;
|
||||
};
|
||||
|
||||
}} // namespace Linear, Ewoms
|
||||
}} // namespace Linear, Opm
|
||||
|
||||
#endif
|
||||
|
||||
@@ -78,6 +78,6 @@ private:
|
||||
bool converged_;
|
||||
};
|
||||
|
||||
}} // end namespace Linear, Ewoms
|
||||
}} // end namespace Linear, Opm
|
||||
|
||||
#endif
|
||||
|
||||
@@ -444,7 +444,7 @@ protected:
|
||||
|
||||
PreconditionerWrapper precWrapper_;
|
||||
};
|
||||
}} // namespace Linear, Ewoms
|
||||
}} // namespace Linear, Opm
|
||||
|
||||
BEGIN_PROPERTIES
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -143,7 +143,7 @@ protected:
|
||||
LinearSolverWrapper solverWrapper_;
|
||||
};
|
||||
|
||||
}} // namespace Linear, Ewoms
|
||||
}} // namespace Linear, Opm
|
||||
|
||||
BEGIN_PROPERTIES
|
||||
|
||||
|
||||
@@ -147,6 +147,6 @@ private:
|
||||
|
||||
//! \} end documentation
|
||||
|
||||
}} // end namespace Linear,Ewoms
|
||||
}} // end namespace Linear, Opm
|
||||
|
||||
#endif
|
||||
|
||||
@@ -315,6 +315,6 @@ private:
|
||||
|
||||
//! \} end documentation
|
||||
|
||||
}} // end namespace Linear,Ewoms
|
||||
}} // end namespace Linear, Opm
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user