Skip to content

Commit

Permalink
refact: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil committed Oct 27, 2024
1 parent 13c8bdc commit e8e19d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public void setProcessEquipment(ProcessEquipmentInterface processEquipment) {
* </p>
*/
public void calcDesign() {
System.out.println("reading design paramters for: " + processEquipment.getName());
// System.out.println("reading design parameters for: " + processEquipment.getName());
if (!hasSetCompanySpecificDesignStandards) {
setCompanySpecificDesignStandards("default");
}
Expand All @@ -293,7 +293,7 @@ public void calcDesign() {
* </p>
*/
public void setDesign() {
System.out.println("reading design paramters for: " + processEquipment.getName());
// System.out.println("reading design parameters for: " + processEquipment.getName());
readDesignSpecifications();
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/neqsim/thermo/system/SystemUMRPRUMCEos.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package neqsim.thermo.system;

/**
* This class defines a thermodynamic system using the UMR-PRU with MC paramters equation of state.
* This class defines a thermodynamic system using the UMR-PRU with MC parameters equation of state.
*
* @author Even Solbraa
* @version $Id: $Id
Expand Down

0 comments on commit e8e19d8

Please sign in to comment.