Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Feb 5, 2024
1 parent ef9ebe5 commit 1cce53d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public double getValue(String returnParameter, java.lang.String returnUnit) {
* </p>
*/
public void checkReferenceCondition() {
Double[] validvalues = {0.0, 15.0, 15.55, 20.0};
Double[] validvalues = {0.0, 15.0, 15.55, 20.0, 25.0};

if (!java.util.Arrays.stream(validvalues).anyMatch(Double.valueOf(energyRefT)::equals)) {
energyRefT = 25.0;
Expand Down

0 comments on commit 1cce53d

Please sign in to comment.