Skip to content

Commit

Permalink
change formula
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jul 3, 2024
1 parent 7360808 commit 209b5b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void ShortTermStorageLevel::add(int pdt, int pays)
-1,
builder.data.NombreDePasDeTempsPourUneOptimisation)
.ShortTermStorageInjection(index, -1.0 * storage.injectionEfficiency)
.ShortTermStorageWithdrawal(index, 1.0 / storage.withdrawalEfficiency)
.ShortTermStorageWithdrawal(index, 1.0 * storage.withdrawalEfficiency)
.equalTo()
.build();
}
Expand Down

0 comments on commit 209b5b0

Please sign in to comment.