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

@@ -44,7 +44,7 @@ public:
virtual ~RifReaderEclipseOutput();
bool open(const QString& fileName, RigEclipseCase* eclipseCase);
virtual bool openWithoutReadingData(const QString& fileName, RigEclipseCase* eclipseCase);
virtual bool openAndReadActiveCellData(const QString& fileName, RigEclipseCase* eclipseCase);
void close();
bool staticResult(const QString& result, PorosityModelResultType matrixOrFracture, std::vector<double>* values);