mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Octave Server: Fix on getting active cellinfo
p4#: 21318
This commit is contained in:
@@ -56,7 +56,8 @@ private:
|
||||
RimCase* findReservoir(const QString &casename);
|
||||
void terminateCurrentConnection();
|
||||
|
||||
void calculateMatrixModelActiveCellInfo(std::vector<qint32>& gridNumber,
|
||||
void calculateMatrixModelActiveCellInfo(RimCase* reservoirCase,
|
||||
std::vector<qint32>& gridNumber,
|
||||
std::vector<qint32>& cellI,
|
||||
std::vector<qint32>& cellJ,
|
||||
std::vector<qint32>& cellK,
|
||||
|
||||
Reference in New Issue
Block a user