#2224 Well Formations: Make Reloading the csv file work

This commit is contained in:
Rebecca Cox
2017-12-06 12:01:15 +01:00
parent 4bef3abda8
commit 8608e00b35
10 changed files with 206 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ public:
void setFormationsGeometry(cvf::ref<RigWellPathFormations> wellPathFormations);
bool readWellPathFormationsFile(QString* errorMessage, RifWellPathFormationsImporter* wellPathFormationsImporter);
bool reloadWellPathFormationsFile(QString* errorMessage, RifWellPathFormationsImporter* wellPathFormationsImporter);
bool hasFormations() const;
const RigWellPathFormations* formationsGeometry() const;