From dc3b0dd6f471724a23f2ed90d01eeaf8bcb11ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Wed, 3 Oct 2012 16:01:54 +0200 Subject: [PATCH] Improve function comment (similar to in SimulatorPolymer). --- opm/polymer/SimulatorCompressiblePolymer.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opm/polymer/SimulatorCompressiblePolymer.hpp b/opm/polymer/SimulatorCompressiblePolymer.hpp index cd94e46f4..cff17c48c 100644 --- a/opm/polymer/SimulatorCompressiblePolymer.hpp +++ b/opm/polymer/SimulatorCompressiblePolymer.hpp @@ -83,7 +83,8 @@ namespace Opm /// This will run succesive timesteps until timer.done() is true. It will /// modify the reservoir and well states. /// \param[in,out] timer governs the requested reporting timesteps - /// \param[in,out] state state of reservoir: pressure, fluxes, polymer concentration + /// \param[in,out] state state of reservoir: pressure, fluxes, polymer concentration, + /// saturations, surface volumes. /// \param[in,out] well_state state of wells: bhp, perforation rates /// \return simulation report, with timing data SimulatorReport run(SimulatorTimer& timer,