Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Nov 12, 2024
1 parent 8ed1a1e commit c13169d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void setm(double val) {
double[] acentricConstants = {-0.176, 1.574, (0.48 - this.m)};
solve.setConstants(acentricConstants);
getComponent().setAcentricFactor(solve.solve(0.25));
System.out.println("solve accen " + getComponent().getAcentricFactor());
// System.out.println("solve accen " + getComponent().getAcentricFactor());
}

/** {@inheritDoc} */
Expand Down

0 comments on commit c13169d

Please sign in to comment.