Skip to content

Commit

Permalink
Update PhaseGE.java
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil authored Jan 11, 2025
1 parent 49a79da commit 38264f9
Showing 1 changed file with 1 addition 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 @@ -143,7 +143,7 @@ public void setMixingRule(MixingRuleTypeInterface mr) {
throw new RuntimeException(
new neqsim.util.exception.InvalidInputException(this, "setMixingRule", "mr"));
}
mixingRuleType = EosMixingRuleType.CLASSIC);
mixingRuleType = EosMixingRuleType.CLASSIC;
mixRule = mixSelect.getMixingRule(mixingRuleType.getValue(), this);
}

Expand Down

0 comments on commit 38264f9

Please sign in to comment.