From cafd43276fa733722c31e87a679b2ae274af1fd2 Mon Sep 17 00:00:00 2001 From: Roman Winter <rwinter@shrek.iws.uni-stuttgart.de> Date: Thu, 29 Oct 2020 16:57:04 +0100 Subject: [PATCH] [fix] fixed mistake for excercise_fluidsystem --- exercises/solution/exercise-fluidsystem/spatialparams.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/solution/exercise-fluidsystem/spatialparams.hh b/exercises/solution/exercise-fluidsystem/spatialparams.hh index edfc4958..befc4d56 100644 --- a/exercises/solution/exercise-fluidsystem/spatialparams.hh +++ b/exercises/solution/exercise-fluidsystem/spatialparams.hh @@ -69,7 +69,7 @@ public: , K_(0) , KLens_(0) , pcKrSwCurve_("SpatialParams") - , lensPcKrSwCurve_("Lens.SpatialParams") + , lensPcKrSwCurve_("SpatialParams.Lens") { //set main diagonal entries of the permeability tensor to a value //setting to one value means: isotropic, homogeneous -- GitLab