Skip to content

Commit

Permalink
doc: javadoc:fix (#1157)
Browse files Browse the repository at this point in the history
* doc: javadoc:fix
  • Loading branch information
asmfstatoil authored Oct 28, 2024
1 parent 322ca19 commit 388818f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import neqsim.util.exception.InvalidInputException;

/**
* Types of PhysicalPropertyModel. This is used when initializing PhysicalPropertyhandler. Ω
*
* Types of PhysicalPropertyModel. This is used when initializing PhysicalPropertyhandler.
*
* @author ASMF
*/
public enum PhysicalPropertyModel {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public void setOutTemperature(double temperature) {
* </p>
*
* @param i a int
* @return a double
*/
public double getOutTemperature(int i) {
return outStream[i].getThermoSystem().getTemperature();
Expand All @@ -134,6 +135,7 @@ public double getOutTemperature(int i) {
* </p>
*
* @param i a int
* @return a double
*/
public double getInTemperature(int i) {
return inStream[i].getThermoSystem().getTemperature();
Expand Down

0 comments on commit 388818f

Please sign in to comment.