Fix Coverity CID 38530

A real error
This commit is contained in:
mikekaganski
2015-03-08 23:47:27 +10:00
parent 3a201ca7de
commit 6498bb002a

View File

@@ -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:
{