#3531 Temporary LGR : Rebuild cell bounding box search tree

This commit is contained in:
Magne Sjaastad 2018-10-24 11:13:28 +02:00
parent 608dae30a0
commit 2e248fee2a

View File

@ -279,6 +279,7 @@ void RigMainGrid::computeCachedData()
initAllSubGridsParentGridPointer(); initAllSubGridsParentGridPointer();
initAllSubCellsMainGridCellIndex(); initAllSubCellsMainGridCellIndex();
m_cellSearchTree = nullptr;
buildCellSearchTree(); buildCellSearchTree();
} }