Correct inaccuracy in WellControls::distr description.
The distribution is specified per control, not per well.
This commit is contained in:
parent
a2e5c4b44e
commit
7cd1a9ed05
@ -69,7 +69,7 @@ struct WellControls
|
|||||||
enum WellControlType *type; /** Array of control types.*/
|
enum WellControlType *type; /** Array of control types.*/
|
||||||
double *target; /** Array of control targets */
|
double *target; /** Array of control targets */
|
||||||
double *distr; /** Array of rate control distributions,
|
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. */
|
int current; /** Index of current active control. */
|
||||||
|
|
||||||
void *data; /** Internal management structure. */
|
void *data; /** Internal management structure. */
|
||||||
|
Loading…
Reference in New Issue
Block a user