Skip to content

Commit 0a1cdaa

Browse files
committed
update
1 parent 6e904b6 commit 0a1cdaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/neqsim/thermo/component/ComponentEos.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,9 @@ public void seta(double a) {
601601
}
602602

603603
/**
604-
* Override the OmegaA parameter used in {@link #calca()}. Once set, every call to {@code calca()}
605-
* (including those triggered by {@code init()}) will use this value instead of the EOS class
606-
* default. Use {@code Double.NaN} to revert to the EOS default.
604+
* Override the OmegaA parameter used in {@link #calca()}. Once set, every call to
605+
* {@code calca()} (including those triggered by {@code init()}) will use this value instead of
606+
* the EOS class default. Use {@code Double.NaN} to revert to the EOS default.
607607
*
608608
* @param omegaA the OmegaA value, e.g. 0.45724 for PR or 0.42748 for SRK.
609609
*/

0 commit comments

Comments
 (0)