mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Removed access to internal variabel cpty.
This commit is contained in:
@@ -52,9 +52,6 @@ well_controls_destroy(struct WellControls *ctrl);
|
||||
int
|
||||
well_controls_get_num(const struct WellControls *ctrl);
|
||||
|
||||
int
|
||||
well_controls_get_cpty(const struct WellControls *ctrl);
|
||||
|
||||
int
|
||||
well_controls_get_current( const struct WellControls * ctrl);
|
||||
|
||||
|
||||
@@ -183,11 +183,6 @@ int well_controls_get_num(const struct WellControls *ctrl) {
|
||||
}
|
||||
|
||||
|
||||
int well_controls_get_cpty(const struct WellControls *ctrl) {
|
||||
return ctrl->cpty;
|
||||
}
|
||||
|
||||
|
||||
int well_controls_get_current( const struct WellControls * ctrl) {
|
||||
return ctrl->current;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user