From 790edbe542b980835f0ddd5d18af423790023c8e Mon Sep 17 00:00:00 2001
From: Beatrix Becker <beatrix.becker@iws.uni-stuttgart.de>
Date: Tue, 17 Jul 2018 14:24:37 +0200
Subject: [PATCH] [exercise fluidsystem][2pproblem] cleanup

---
 exercises/exercise-fluidsystem/2pproblem.hh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/exercises/exercise-fluidsystem/2pproblem.hh b/exercises/exercise-fluidsystem/2pproblem.hh
index 003047c0..e641611f 100644
--- a/exercises/exercise-fluidsystem/2pproblem.hh
+++ b/exercises/exercise-fluidsystem/2pproblem.hh
@@ -160,6 +160,8 @@ public:
 
         // set the depth of the bottom of the reservoir
         depthBOR_ = this->fvGridGeometry().bBoxMax()[dimWorld-1];
+
+        // plot density over pressure of the phase consisting of your component
         if(getParam<bool>("Output.PlotDensity"))
             plotDensity_();
     }
-- 
GitLab