NonwettingPhase -> NonWettingPhase

also call fluidState_.pressure() instead of
fluidState_.phasePressure() in the TwoPVolumeVariables.
This commit is contained in:
Andreas Lauser
2012-07-12 21:24:20 +02:00
committed by Andreas Lauser
parent b7aab50731
commit 710ee0ae4e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,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}@*/