mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Move Case file name to the base RimCase class and make consistent
This commit is contained in:
@@ -48,7 +48,6 @@ public:
|
||||
RimEclipseResultCase();
|
||||
~RimEclipseResultCase() override;
|
||||
|
||||
void setGridFileName( const QString& fileName );
|
||||
void setCaseInfo( const QString& userDescription, const QString& fileName );
|
||||
void setSourSimFileName( const QString& fileName );
|
||||
bool hasSourSimFile();
|
||||
@@ -64,7 +63,6 @@ public:
|
||||
|
||||
// Overrides from RimCase
|
||||
QString locationOnDisc() const override;
|
||||
QString gridFileName() const override { return caseFileName().path(); }
|
||||
void updateFilePathsFromProjectPath( const QString& newProjectPath, const QString& oldProjectPath ) override;
|
||||
|
||||
RimFlowDiagSolution* defaultFlowDiagSolution();
|
||||
@@ -94,7 +92,6 @@ private:
|
||||
cvf::ref<RifReaderEclipseRft> m_readerEclipseRft;
|
||||
|
||||
// Fields:
|
||||
caf::PdmField<caf::FilePath> caseFileName;
|
||||
caf::PdmProxyValueField<RiaEclipseUnitTools::UnitSystemType> m_unitSystem;
|
||||
caf::PdmChildArrayField<RimFlowDiagSolution*> m_flowDiagSolutions;
|
||||
caf::PdmField<caf::FilePath> m_sourSimFileName;
|
||||
|
||||
Reference in New Issue
Block a user