Skip to content

Commit

Permalink
doc: javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil committed Feb 26, 2024
1 parent 75bab69 commit 032c89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/neqsim/thermo/phase/PhaseGE.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public PhaseGE() {
* @param totalNumberOfMoles a double
* @param beta a double
* @param numberOfComponents a int
* @param PhaseType a int
* @param type a PhaseType enum
* @param phase a int
*/
public void init(double temperature, double pressure, double totalNumberOfMoles, double beta,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public static void printTable(double[][] table) {
* Returns a 2D string table in a formatted and visually appealing way.
*
* @param doubleArray The 2D double table to be printed.
* @return 2d string table
*/
public static String[][] convertDoubleToString(double[][] doubleArray) {
// Initialize the 2D String array with the same dimensions as the double array
Expand Down

0 comments on commit 032c89c

Please sign in to comment.