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;