#4018 Result management : Ensure result file is open

if no 3D views are present, make sure the result grid case file is open as part of creating a curve.
This commit is contained in:
Magne Sjaastad
2019-01-29 10:01:24 +01:00
parent 5fe4a057ce
commit 6935ea0688
3 changed files with 25 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ public:
std::vector<QString> filesContainingFaults() const;
void setFilesContainingFaults(const std::vector<QString>& val);
bool ensureReservoirCaseIsOpen();
bool openReserviorCase();
virtual bool openEclipseGridFile() = 0;