Mention that clear_well_controls() does not affect capacity.
This commit is contained in:
parent
c6c1f08bd7
commit
375283b141
@ -185,7 +185,10 @@ append_well_controls(enum WellControlType type ,
|
|||||||
double target,
|
double target,
|
||||||
struct WellControls *ctrl );
|
struct WellControls *ctrl );
|
||||||
|
|
||||||
/** Clear all controls from a well. */
|
/**
|
||||||
|
* Clear all controls from a well.
|
||||||
|
*
|
||||||
|
* Does not affect the control set capacity. */
|
||||||
void
|
void
|
||||||
clear_well_controls(struct WellControls *ctrl);
|
clear_well_controls(struct WellControls *ctrl);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user