Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Dec 17, 2024
1 parent 3c407a2 commit 33da8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/optimisation/post_process_commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ void UpdateMrgPriceAfterCSRcmd::execute(const optRuntimeData&)
else
{
hourlyResults.CoutsMarginauxHorairesCSR[hour]
= hourlyResults.CoutsMarginauxHorairesCSR[hour];
= hourlyResults.CoutsMarginauxHoraires[hour];
}

if (isHourTriggeredByCsr
Expand Down

0 comments on commit 33da8a3

Please sign in to comment.