mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2369 Elm Props: Remove deleted field results from cache
This commit is contained in:
@@ -42,10 +42,12 @@ public:
|
||||
void addFile(const std::string& fileName);
|
||||
void removeFile(const std::string& fileName);
|
||||
|
||||
std::map<std::string, std::vector<std::string>> scalarElementFields();
|
||||
std::map<std::string, std::vector<std::string>> scalarElementFields() const;
|
||||
|
||||
std::map<std::string, std::vector<float>> readAllElementPropertiesInFileContainingField(const std::string& fieldName);
|
||||
|
||||
std::vector<std::string> fieldsInFile(const std::string& fileName) const;
|
||||
|
||||
private:
|
||||
void makeElementIdToIdxMap();
|
||||
static void outputWarningAboutWrongFileData();
|
||||
|
||||
Reference in New Issue
Block a user