Correct inaccuracy in WellControls::distr description.

The distribution is specified per control, not per well.
This commit is contained in:
Bård Skaflestad 2012-05-09 11:11:47 +02:00
parent a2e5c4b44e
commit 7cd1a9ed05

View File

@ -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. */