mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Alligning
p4#: 21321
This commit is contained in:
parent
b38d4313d7
commit
df533d0afe
@ -56,7 +56,7 @@ private:
|
||||
RimCase* findReservoir(const QString &casename);
|
||||
void terminateCurrentConnection();
|
||||
|
||||
void calculateMatrixModelActiveCellInfo(RimCase* reservoirCase,
|
||||
void calculateMatrixModelActiveCellInfo( RimCase* reservoirCase,
|
||||
std::vector<qint32>& gridNumber,
|
||||
std::vector<qint32>& cellI,
|
||||
std::vector<qint32>& cellJ,
|
||||
@ -80,7 +80,8 @@ private:
|
||||
quint64 m_timeStepCountToRead;
|
||||
quint64 m_bytesPerTimeStepToRead;
|
||||
size_t m_currentTimeStepToRead;
|
||||
std::vector< std::vector<double> >* m_scalarResultsToAdd;
|
||||
std::vector< std::vector<double> >*
|
||||
m_scalarResultsToAdd;
|
||||
RimCase* m_currentReservoir;
|
||||
size_t m_currentScalarIndex;
|
||||
QString m_currentPropertyName;
|
||||
|
Loading…
Reference in New Issue
Block a user