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 5253ce7fbe
commit da51ca4ef0

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