Remove unused variables

This commit is contained in:
Ian Bell
2016-02-12 07:54:18 -07:00
parent 6dd19ab9b9
commit 2efa6aef01

View File

@@ -631,10 +631,6 @@ void FlashRoutines::PQ_flash(HelmholtzEOSMixtureBackend &HEOS)
// Reference to EOS
const EquationOfState &EOS = components[i].EOSVector[0];
CoolPropDbl Tc = EOS.reduce.T;
CoolPropDbl pc = EOS.reduce.p;
CoolPropDbl acentric = EOS.acentric;
if (components[i].CAS == "7732-18-5"){
iWater = i; continue;
}