File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/neqsim/thermo/component Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments