Skip to content

Commit

Permalink
Remove dtgMrg from dens formula
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jul 4, 2024
1 parent f0a80bf commit 8ff47cc
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 @@ -272,7 +272,7 @@ double CurtailmentSharingPostProcessCmd::calculateDensNewAndTotalLmrViolation()
// write down densNew values for all the hours
problemeHebdo_->ResultatsHoraires[Area].ValeursHorairesDENS[hour] = std::max(
0.0,
densNew - dtgMrg);
densNew);
;
// copy spilled Energy values into spilled Energy values after CSR
problemeHebdo_->ResultatsHoraires[Area].ValeursHorairesSpilledEnergyAfterCSR[hour]
Expand Down

0 comments on commit 8ff47cc

Please sign in to comment.