Prepare for dual porosity data structures.

Renamed from activeCellIndex to activeMatrixCellIndex
p4#: 20285
This commit is contained in:
Magne Sjaastad
2013-01-29 14:56:55 +01:00
parent 66a41c1ab9
commit cd9d94f5f9
7 changed files with 12 additions and 12 deletions

View File

@@ -140,7 +140,7 @@ void RivCellEdgeGeometryGenerator::addCellEdgeResultsToDrawableGeo(
size_t resultValueIndex = cellIndex;
if (cellScalarResultUseGlobalActiveIndex)
{
resultValueIndex = grid->cell(cellIndex).globalActiveIndex();
resultValueIndex = grid->cell(cellIndex).globalMatrixActiveIndex();
}
{
@@ -169,7 +169,7 @@ void RivCellEdgeGeometryGenerator::addCellEdgeResultsToDrawableGeo(
resultValueIndex = cellIndex;
if (edgeScalarResultUseGlobalActiveIndex[cubeFaceIdx])
{
resultValueIndex = grid->cell(cellIndex).globalActiveIndex();
resultValueIndex = grid->cell(cellIndex).globalMatrixActiveIndex();
}
// Assuming static values to be mapped onto cell edge, always using time step zero