Flow Diag : Do not assert when tracername is not found

This commit is contained in:
Magne Sjaastad 2019-07-30 11:23:31 +02:00
parent 6e76e043c6
commit b8f0fcd7e9

View File

@ -309,8 +309,6 @@ RimFlowDiagSolution::TracerStatusType RimFlowDiagSolution::tracerStatusInTimeSte
CVF_ASSERT(false);
}
}
CVF_ASSERT(false);
}
return UNDEFINED;