Fix Coverity CID 38528

iter cannot ever become greater than 100; useless check
This commit is contained in:
mikekaganski
2015-03-08 23:53:59 +10:00
parent 6498bb002a
commit cc0dc74f5a

View File

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