From b4f040ba116ab469a2b13449f03f850ac1f33884 Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Thu, 19 Jul 2018 12:05:53 +0200 Subject: [PATCH] Update README.md --- exercises/exercise-properties/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/exercise-properties/README.md b/exercises/exercise-properties/README.md index 7389f4b4..5b2e0125 100644 --- a/exercises/exercise-properties/README.md +++ b/exercises/exercise-properties/README.md @@ -80,7 +80,7 @@ SET_TYPE_PROP(TwoPIncompressible, LocalResidual, ``` Observe the difference in the output of the type tag tree. -You want to simplify the original local residual by using the assumption that only incompressible fluid phases are present. As a consequence, one can balance phase volume instead of phase mass. +Simplify the original local residual by using the assumption that only incompressible fluid phases are present. As a consequence, one can balance phase volume instead of phase mass. * Eliminate the density from the `computeStorage` and the `computeFlux` methods. -- GitLab