mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Prepare for dual porosity data structures.
Renamed from activeCellIndex to activeMatrixCellIndex p4#: 20285
This commit is contained in:
@@ -299,7 +299,7 @@ bool RigReservoirBuilderMock::staticResult(RigReservoir* reservoir, const QStrin
|
||||
values->push_back(500);
|
||||
}
|
||||
|
||||
cell.setGlobalActiveIndex(rIdx);
|
||||
cell.setGlobalMatrixActiveIndex(rIdx);
|
||||
++rIdx;
|
||||
|
||||
}
|
||||
@@ -342,7 +342,7 @@ bool RigReservoirBuilderMock::dynamicResult(RigReservoir* reservoir, const QStri
|
||||
values->push_back(500);
|
||||
}
|
||||
|
||||
cell.setGlobalActiveIndex(rIdx);
|
||||
cell.setGlobalMatrixActiveIndex(rIdx);
|
||||
++rIdx;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user