Skip to content

Commit

Permalink
docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil committed Mar 21, 2024
1 parent e244b9c commit 398747b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/neqsim/thermo/phase/Phase.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public Phase clone() {

/**
* <p>
* 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.
* </p>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/neqsim/thermo/phase/PhaseInterface.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public interface PhaseInterface extends ThermodynamicConstantsInterface, Cloneable {
/**
* <p>
* addcomponent.
* Add component to component array and update moles variables.
* </p>
*
* @param name Name of component.
Expand Down

0 comments on commit 398747b

Please sign in to comment.