mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-23 12:58:03 -05:00
Fix Coverity CID 38530
A real error
This commit is contained in:
@@ -1407,6 +1407,7 @@ void HelmholtzEOSMixtureBackend::T_phase_determination_pure_or_pseudopure(int ot
|
||||
else if (value < SatL->calc_hmolar()){
|
||||
this->_phase = iphase_liquid; return;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case iUmolar:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user