From da51ca4ef016da67c3c222f73df333db80d508f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Wed, 9 May 2012 11:11:47 +0200 Subject: [PATCH] Correct inaccuracy in WellControls::distr description. The distribution is specified per control, not per well. --- 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 2d42a4502..710df7c73 100644 --- a/opm/core/newwells.h +++ b/opm/core/newwells.h @@ -69,7 +69,7 @@ struct WellControls enum WellControlType *type; /** Array of control types.*/ double *target; /** Array of control targets */ double *distr; /** Array of rate control distributions, - Wells::number_of_phases numbers per well */ + Wells::number_of_phases numbers per control */ int current; /** Index of current active control. */ void *data; /** Internal management structure. */