Remove special summary case connected to a grid model

* Remove use of RimGridSummaryCase
* Remove unused summary plot filter text
* Delete unused files
This commit is contained in:
Magne Sjaastad
2023-03-03 15:28:34 +01:00
committed by GitHub
parent 3d663797b6
commit 9bc3659584
30 changed files with 120 additions and 1344 deletions

View File

@@ -38,6 +38,7 @@ public:
ECLIPSE_UNRST,
ECLIPSE_SMSPEC,
ECLIPSE_UNSMRY,
ECLIPSE_ESMRY,
RESINSIGHT_PROJECT,
UNKNOWN
};
@@ -45,9 +46,10 @@ public:
public:
explicit RiaEclipseFileNameTools( const QString& fileName );
QString findRelatedGridFile();
QString findRelatedSummarySpecFile();
QString findRelatedDataFile();
// Returns both files ending with SMSPEC and ESMRY
std::vector<QString> findSummaryFileCandidates();
QString findRelatedGridFile();
QString findRelatedDataFile();
private:
QString relatedFilePath( EclipseFileType fileType ) const;