From 6984ca52e4b716158e2f50b4d743120b4adea55f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Tue, 19 May 2015 21:36:40 +0200 Subject: [PATCH] Update docs. --- opm/polymer/fullyimplicit/BlackoilPolymerModel.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/opm/polymer/fullyimplicit/BlackoilPolymerModel.hpp b/opm/polymer/fullyimplicit/BlackoilPolymerModel.hpp index 8b616c0af..2047c3f16 100644 --- a/opm/polymer/fullyimplicit/BlackoilPolymerModel.hpp +++ b/opm/polymer/fullyimplicit/BlackoilPolymerModel.hpp @@ -125,17 +125,17 @@ namespace Opm { void setThresholdPressures(const std::vector& threshold_pressures_by_face); /// Called once before each time step. - /// \param[in] dt time step size - /// \param[in] reservoir_state reservoir state variables - /// \param[in] well_state well state variables + /// \param[in] dt time step size + /// \param[in, out] reservoir_state reservoir state variables + /// \param[in, out] well_state well state variables void prepareStep(const double dt, ReservoirState& reservoir_state, WellState& well_state); /// Called once after each time step. - /// \param[in] dt time step size - /// \param[in] reservoir_state reservoir state variables - /// \param[in] well_state well state variables + /// \param[in] dt time step size + /// \param[in, out] reservoir_state reservoir state variables + /// \param[in, out] well_state well state variables void afterStep(const double dt, ReservoirState& reservoir_state, WellState& well_state);