One leftover to previous commit

This commit is contained in:
mikekaganski
2015-02-22 15:01:58 +10:00
parent 0e3a9fe9af
commit 9710d80581

View File

@@ -947,7 +947,6 @@ void SaturationSolvers::saturation_T_pure_Maxwell(HelmholtzEOSMixtureBackend &HE
rhoV = HEOS.get_components()[0]->ancillaries.rhoV.evaluate(T);
p = HEOS.get_components()[0]->ancillaries.pV.evaluate(T);
CoolProp::SimpleState &crit = HEOS.get_components()[0]->crit;
CoolProp::SimpleState &tripleL = HEOS.get_components()[0]->triple_liquid;
CoolProp::SimpleState &tripleV = HEOS.get_components()[0]->triple_vapor;