changed to NonwettingPhase, since renaming has not been decided

This commit is contained in:
Bernd Flemisch
2011-12-16 13:48:47 +00:00
committed by Andreas Lauser
parent e507529019
commit 9924b8b49e
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ public: typedef Dumux::LiquidPhase<Scalar, Dumux::H2O<Scalar> > type; /*@\label{
};
// Set the non-wetting phase
SET_PROP(TutorialProblemCoupled, NonWettingPhase)
SET_PROP(TutorialProblemCoupled, NonwettingPhase)
{
private: typedef typename GET_PROP_TYPE(TypeTag, PTAG(Scalar)) Scalar;
public: typedef Dumux::LiquidPhase<Scalar, Dumux::Oil<Scalar> > type; /*@\label{tutorial-coupled:nonwettingPhase}@*/

View File

@@ -95,7 +95,7 @@ public:
};
// Set the non-wetting phase
SET_PROP(TutorialProblemDecoupled, NonWettingPhase)
SET_PROP(TutorialProblemDecoupled, NonwettingPhase)
{
private:
typedef typename GET_PROP_TYPE(TypeTag, PTAG(Scalar)) Scalar;