Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil committed Oct 27, 2024
1 parent 856de59 commit fa03fdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,9 @@ public double calcKinematicViscosity() {

/**
* <p>
* setPhases.
* Set phase information for all physical property calc methods, i.e., subclasses of
* physicalpropertymethods using setPhase(this). NB! Safe even if calc methods are null, e.g.,
* from constructors.
* </p>
*/
public void setPhases() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void setMixingRule(

/**
* <p>
* getPhase.
* Getter for property <code>phase</code>.
* </p>
*
* @return a {@link neqsim.thermo.phase.PhaseInterface} object
Expand All @@ -172,7 +172,8 @@ public void setMixingRule(

/**
* <p>
* setPhase.
* Setter for property <code>phase</code>. Will also set the phase for all physicalpropertymethods
* using setPhases. Safe to call from constructor.
* </p>
*
* @param phase a {@link neqsim.thermo.phase.PhaseInterface} object
Expand Down

0 comments on commit fa03fdf

Please sign in to comment.