Use isActiveInMatrixModel instead of activeInMatrixModel

p4#: 20612
This commit is contained in:
Magne Sjaastad
2013-02-25 13:27:38 +01:00
parent 459f2a033b
commit d8000be32a
2 changed files with 5 additions and 5 deletions

View File

@@ -650,7 +650,7 @@ void RiaSocketServer::calculateMatrixModelActiveCellInfo(std::vector<qint32>& gr
for (size_t cIdx = 0; cIdx < globalCells.size(); ++cIdx)
{
if (actCellInfo->activeIndexInMatrixModel(cIdx))
if (actCellInfo->isActiveInMatrixModel(cIdx))
{
RigGridBase* grid = globalCells[cIdx].hostGrid();
CVF_ASSERT(grid != NULL);