Fix Coverity CID 38601

This commit is contained in:
mikekaganski
2015-03-07 12:30:40 +10:00
parent cd1443d992
commit a4bf9fb3ec

View File

@@ -1899,7 +1899,6 @@ CoolPropDbl HelmholtzEOSMixtureBackend::solver_rho_Tp(CoolPropDbl T, CoolPropDbl
throw ValueError(format("solver_rho_Tp was unable to find a solution for T=%10Lg, p=%10Lg, with guess value %10Lg",T,p,rhomolar_guess));
}
return _HUGE;
}
}
}