mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4018 Result management : Use ensureReservoirCaseIsOpen instead of open...
This commit is contained in:
@@ -70,7 +70,6 @@ public:
|
||||
void setFilesContainingFaults(const std::vector<QString>& val);
|
||||
|
||||
bool ensureReservoirCaseIsOpen();
|
||||
bool openReserviorCase();
|
||||
virtual bool openEclipseGridFile() = 0;
|
||||
|
||||
RigEclipseCaseData* eclipseCaseData();
|
||||
@@ -131,7 +130,8 @@ protected:
|
||||
|
||||
private:
|
||||
void createTimeStepFormatString();
|
||||
std::vector<Rim3dView*> allSpecialViews() const override;
|
||||
std::vector<Rim3dView*> allSpecialViews() const override;
|
||||
bool openReserviorCase();
|
||||
|
||||
protected:
|
||||
caf::PdmField<bool> m_flipXAxis;
|
||||
|
||||
Reference in New Issue
Block a user