fix cutoff value bug in haalandFormula

This commit is contained in:
Tor Harald Sandve 2019-06-03 08:54:17 +02:00
parent 779dbd39dd
commit 0d28dfff17

View File

@ -148,7 +148,7 @@ namespace mswellhelpers
return 0.0;
}
const ValueType re_value1 = 200.;
const ValueType re_value1 = 2000.;
const ValueType re_value2 = 4000.;
if (re < re_value1) {