mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Octave interface: Rebuilt the riSetActiveCellProperties command.
Accept the new arguments, refactored to new framework, improved error handling. Still needs to support specified timesteps and Grid Coarsening p4#: 21713
This commit is contained in:
@@ -74,17 +74,17 @@ private:
|
||||
|
||||
|
||||
// Vars used for reading data from octave and adding them to the available results
|
||||
ReadState m_readState;
|
||||
//ReadState m_readState;
|
||||
RiaSocketCommand* m_currentCommand;
|
||||
|
||||
quint64 m_timeStepCountToRead;
|
||||
quint64 m_bytesPerTimeStepToRead;
|
||||
size_t m_currentTimeStepToRead;
|
||||
std::vector< std::vector<double> >*
|
||||
m_scalarResultsToAdd;
|
||||
RimCase* m_currentReservoir;
|
||||
size_t m_currentScalarIndex;
|
||||
QString m_currentPropertyName;
|
||||
bool m_invalidActiveCellCountDetected;
|
||||
//quint64 m_timeStepCountToRead;
|
||||
//quint64 m_bytesPerTimeStepToRead;
|
||||
//size_t m_currentTimeStepToRead;
|
||||
//std::vector< std::vector<double> >*
|
||||
// m_scalarResultsToAdd;
|
||||
//RimCase* m_currentReservoir;
|
||||
//size_t m_currentScalarIndex;
|
||||
//QString m_currentPropertyName;
|
||||
//bool m_invalidActiveCellCountDetected;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user