Skip to content

Commit d7cf0b1

Browse files
victorigi99asmfstatoil
authored andcommitted
Deleted unnecessary print function
1 parent ffa079d commit d7cf0b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/neqsim/thermo/util/leachman/Leachman.java

-1
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ void Alpha0Leachman(double T, double D, doubleW[] a0) {
573573
a0[1].val = 1.5 / tau + a0k[1];
574574
for (int k = 2; k < K; k++) {
575575
a0[1].val += -a0k[k] * b0k[k] * Math.exp(b0k[k] * tau) / (1 - Math.exp(b0k[k] * tau));
576-
System.out.println(-a0k[k] * b0k[k] * Math.exp(b0k[k] * tau) / (1 - Math.exp(b0k[k] * tau)));
577576
}
578577

579578

0 commit comments

Comments
 (0)