rolling 20210704 bugfix

This commit is contained in:
jomjol
2021-07-04 08:06:04 +02:00
parent 2c6ce6fd07
commit b42f17916b
5 changed files with 5 additions and 5 deletions

View File

@@ -323,7 +323,7 @@ bool ClassFlowPostProcessing::ReadParameter(FILE* pfile, string& aktparamgraph)
}
if ((toUpper(_param) == "MAXRATEVALUE") && (zerlegt.size() > 1))
{
handleDecimalSeparator(zerlegt[0], zerlegt[1]);
handleMaxRateValue(zerlegt[0], zerlegt[1]);
}
if ((toUpper(_param) == "PREVALUEUSE") && (zerlegt.size() > 1))