mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#992 Fixed invalid access of nullpointer for property filtered geometry
This commit is contained in:
@@ -879,17 +879,6 @@ void RivReservoirViewPartMgr::updateCellColor(RivCellSetEnum geometryType, size_
|
||||
pmgr->updateCellColor(color);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RivReservoirViewPartMgr::updateCellColor(RivCellSetEnum geometryType, cvf::Color4f color)
|
||||
{
|
||||
//CVF_ASSERT(geometryType != PROPERTY_FILTERED);
|
||||
//CVF_ASSERT(geometryType != PROPERTY_FILTERED_WELL_CELLS);
|
||||
|
||||
updateCellColor(geometryType, 0 , color);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user