Mention that clear_well_controls() does not affect capacity.

This commit is contained in:
Bård Skaflestad 2012-04-22 21:15:28 +02:00
parent ab0c4d49e0
commit 98078c8215

View File

@ -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);