Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Dec 21, 2024
1 parent fadbdfe commit c56804b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"redhat.vscode-xml",
"vscjava.vscode-java-test",
"GitHub.copilot",
"GitHub.copilot-chat"
"GitHub.copilot-chat",
"janisdd.vscode-edit-csv"
],
"settings": {
"java.configuration.updateBuildConfiguration": "interactive",
Expand Down
4 changes: 3 additions & 1 deletion src/main/java/neqsim/thermo/component/Component.java
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,9 @@ public void createComponent(String name, double moles, double molesInPhase, int
}
componentNumber = compIndex;
} catch (Exception ex) {
logger.error("error in comp");
logger.error("error in adding new component. Check database arameters for component: "
+ ex.getMessage());
throw new RuntimeException(ex);
}

srkacentricFactor = acentricFactor;
Expand Down
Loading

0 comments on commit c56804b

Please sign in to comment.