Skip to content

Commit

Permalink
removed printing to console
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Jan 12, 2020
1 parent b478647 commit 2230051
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/neqsim/thermo/system/SystemThermo.java
Original file line number Diff line number Diff line change
Expand Up @@ -4248,7 +4248,6 @@ public void setMolarCompositionPlus(double[] molefractions) {
setEmptyFluid();
for (int compNumb = 0; compNumb < numberOfComponents-getCharacterization().getLumpingModel().getNumberOfLumpedComponents(); compNumb++) {
addComponent(compNumb, totalFlow * molefractions[compNumb] / sum);
System.out.println("x " + molefractions[compNumb]);
}
int ii=0;
for(int compNumb=numberOfComponents-getCharacterization().getLumpingModel().getNumberOfLumpedComponents();compNumb<numberOfComponents;compNumb++) {
Expand Down

0 comments on commit 2230051

Please sign in to comment.