Rename, reject update of active cell data if number of cells is not matching

p4#: 20641
This commit is contained in:
Magne Sjaastad
2013-02-27 11:54:32 +01:00
parent df281ccb2b
commit 092974a7fa
3 changed files with 21 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ public:
virtual ~RifReaderInterface() {}
virtual bool open(const QString& fileName, RigEclipseCase* eclipseCase) = 0;
virtual bool openWithoutReadingData(const QString& fileName, RigEclipseCase* eclipseCase) { return true; };
virtual bool openAndReadActiveCellData(const QString& fileName, RigEclipseCase* eclipseCase) { return true; };
virtual void close() = 0;
virtual bool staticResult(const QString& result, PorosityModelResultType matrixOrFracture, std::vector<double>* values) = 0;