mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-23 12:58:03 -05:00
Fix Coverity CID 38528
iter cannot ever become greater than 100; useless check
This commit is contained in:
@@ -909,7 +909,6 @@ double MolarEntropy(double T, double p, double psi_w, double v_bar)
|
||||
y1=y2; x1=x2; x2=x3;
|
||||
}
|
||||
iter=iter+1;
|
||||
if (iter>100){ return _HUGE; }
|
||||
}
|
||||
|
||||
if (FlagUseIdealGasEnthalpyCorrelations){
|
||||
|
||||
Reference in New Issue
Block a user