Skip to content

Commit

Permalink
[skip ci] Adequacy patch > DTG netting post process : remove unused v…
Browse files Browse the repository at this point in the history
…ariable
  • Loading branch information
guilpier-code committed Dec 11, 2024
1 parent ae2118c commit ab106cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/solver/optimisation/post_process_commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ void DTGnettingAfterCSRcmd::execute(const optRuntimeData&)
{
auto& hourlyResults = problemeHebdo_->ResultatsHoraires[Area];
const auto& scratchpad = area_list_[Area]->scratchpad[numSpace_];
const double unsuppliedEnergyCost = area_list_[Area]->thermal.unsuppliedEnergyCost;

for (uint hour = 0; hour < nbHoursInWeek; hour++)
{
Expand Down

0 comments on commit ab106cc

Please sign in to comment.