From b744285b9a789a644128bd030d8e883ccf75e6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Fri, 20 Apr 2012 19:53:09 +0200 Subject: [PATCH] Use more precise description of the WellControlType. --- opm/core/newwells.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/core/newwells.h b/opm/core/newwells.h index 48e4c5594..2884dfc2e 100644 --- a/opm/core/newwells.h +++ b/opm/core/newwells.h @@ -35,7 +35,7 @@ extern "C" { /** Well type indicates desired/expected well behaviour. */ enum WellType { INJECTOR, PRODUCER }; -/** Type of well control equation or inequality. +/** Type of well control equation or inequality constraint. * BHP -> bottom hole pressure is specified. * RATE -> flow rate is specified. */