White space
This commit is contained in:
parent
f3e9a02123
commit
5316d193ea
@ -488,6 +488,7 @@ public:
|
|||||||
const std::string& groupName() const;
|
const std::string& groupName() const;
|
||||||
Phase getPreferredPhase() const;
|
Phase getPreferredPhase() const;
|
||||||
|
|
||||||
|
const std::vector<const Connection *> getConnections(int completion) const;
|
||||||
const WellConnections& getConnections() const;
|
const WellConnections& getConnections() const;
|
||||||
const WellSegments& getSegments() const;
|
const WellSegments& getSegments() const;
|
||||||
|
|
||||||
@ -530,9 +531,6 @@ public:
|
|||||||
connections. The integer ID is assigned with the COMPLUMP keyword.
|
connections. The integer ID is assigned with the COMPLUMP keyword.
|
||||||
*/
|
*/
|
||||||
bool hasCompletion(int completion) const;
|
bool hasCompletion(int completion) const;
|
||||||
const std::vector<const Connection *> getConnections(int completion) const;
|
|
||||||
|
|
||||||
|
|
||||||
bool updatePrediction(bool prediction_mode);
|
bool updatePrediction(bool prediction_mode);
|
||||||
bool updateAutoShutin(bool auto_shutin);
|
bool updateAutoShutin(bool auto_shutin);
|
||||||
bool updateCrossFlow(bool allow_cross_flow);
|
bool updateCrossFlow(bool allow_cross_flow);
|
||||||
|
Loading…
Reference in New Issue
Block a user