mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-09 14:08:08 -05:00
Remove dead code path [coverity]
This commit is contained in:
@@ -2091,9 +2091,6 @@ void HelmholtzEOSMixtureBackend::T_phase_determination_pure_or_pseudopure(int ot
|
||||
SatV->specify_phase(iphase_gas);
|
||||
|
||||
switch (other) {
|
||||
case iDmolar:
|
||||
Q = (1/value - 1/SatL->rhomolar()) / (1/SatV->rhomolar() - 1/SatL->rhomolar());
|
||||
break;
|
||||
case iSmolar:
|
||||
Q = (value - SatL->smolar()) / (SatV->smolar() - SatL->smolar());
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user