From 398747bced55cc9b470f4651f83aa4e44bb6c430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85smund=20V=C3=A5ge=20Fannemel?= <34712686+asmfstatoil@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:13:42 +0100 Subject: [PATCH] docfix --- src/main/java/neqsim/thermo/phase/Phase.java | 2 +- src/main/java/neqsim/thermo/phase/PhaseInterface.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/neqsim/thermo/phase/Phase.java b/src/main/java/neqsim/thermo/phase/Phase.java index d7fc64ca4..e2f51d1ee 100644 --- a/src/main/java/neqsim/thermo/phase/Phase.java +++ b/src/main/java/neqsim/thermo/phase/Phase.java @@ -101,7 +101,7 @@ public Phase clone() { /** *

- * addcomponent. Increase number of components and add moles to phase. + * Increase number of components and add moles to phase. * * NB! Does not actually add component to componentarray. *

diff --git a/src/main/java/neqsim/thermo/phase/PhaseInterface.java b/src/main/java/neqsim/thermo/phase/PhaseInterface.java index 101267226..8ab3dc57f 100644 --- a/src/main/java/neqsim/thermo/phase/PhaseInterface.java +++ b/src/main/java/neqsim/thermo/phase/PhaseInterface.java @@ -21,7 +21,7 @@ public interface PhaseInterface extends ThermodynamicConstantsInterface, Cloneable { /** *

- * addcomponent. + * Add component to component array and update moles variables. *

* * @param name Name of component.