From 375283b14183e762cfda5a6d14be5932dc3abaf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Sun, 22 Apr 2012 21:15:28 +0200 Subject: [PATCH] Mention that clear_well_controls() does not affect capacity. --- opm/core/newwells.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/opm/core/newwells.h b/opm/core/newwells.h index 2df51a19..45dee397 100644 --- a/opm/core/newwells.h +++ b/opm/core/newwells.h @@ -185,7 +185,10 @@ append_well_controls(enum WellControlType type , double target, struct WellControls *ctrl ); -/** Clear all controls from a well. */ +/** + * Clear all controls from a well. + * + * Does not affect the control set capacity. */ void clear_well_controls(struct WellControls *ctrl);