mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-18 21:12:57 -06:00
Mention that clear_well_controls() does not affect capacity.
This commit is contained in:
parent
ab0c4d49e0
commit
98078c8215
@ -185,7 +185,10 @@ append_well_controls(enum WellControlType type ,
|
||||
double target,
|
||||
struct WellControls *ctrl );
|
||||
|
||||
/** Clear all controls from a well. */
|
||||
/**
|
||||
* Clear all controls from a well.
|
||||
*
|
||||
* Does not affect the control set capacity. */
|
||||
void
|
||||
clear_well_controls(struct WellControls *ctrl);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user