mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed wrong assert causing arbitrary crashes
p4#: 19286
This commit is contained in:
@@ -299,8 +299,6 @@ void RimCellEdgeResultSlot::updateIgnoredScalarValue()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimCellEdgeResultSlot::minMaxCellEdgeValues(double& min, double& max)
|
||||
{
|
||||
CVF_ASSERT(min && max);
|
||||
|
||||
double globalMin, globalMax;
|
||||
globalMin = HUGE_VAL;
|
||||
globalMax = -HUGE_VAL;
|
||||
|
||||
Reference in New Issue
Block a user