From 710ee0ae4ef44a6af175293b90f06d2813396a5c Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Tue, 1 Nov 2011 12:17:20 +0000 Subject: [PATCH] NonwettingPhase -> NonWettingPhase also call fluidState_.pressure() instead of fluidState_.phasePressure() in the TwoPVolumeVariables. --- examples/tutorialproblem_coupled.hh | 2 +- examples/tutorialproblem_decoupled.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/tutorialproblem_coupled.hh b/examples/tutorialproblem_coupled.hh index c1cfe0ff0..d90bcfaf2 100644 --- a/examples/tutorialproblem_coupled.hh +++ b/examples/tutorialproblem_coupled.hh @@ -83,7 +83,7 @@ public: typedef Dumux::LiquidPhase > 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 > type; /*@\label{tutorial-coupled:nonwettingPhase}@*/ diff --git a/examples/tutorialproblem_decoupled.hh b/examples/tutorialproblem_decoupled.hh index 915069164..16a8493f3 100644 --- a/examples/tutorialproblem_decoupled.hh +++ b/examples/tutorialproblem_decoupled.hh @@ -93,7 +93,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;