Skip to content

Commit

Permalink
[DEV] Clean comments
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Nov 17, 2023
1 parent aa833fa commit 8e5afac
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/solver/variable/economy/profitByPlant.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,14 +280,6 @@ class ProfitByPlant : public Variable::IVariable<ProfitByPlant<NextT>, NextT, VC
double pMin = thermal[area->index].PMinOfClusters[clusterIndex];
uint tsIndex = cluster->series.timeseriesNumbers[0][state.year];

/* double pMin = 0; */
/* if (!state.problemeHebdo->PaliersThermiquesDuPays[area->index].PuissanceDisponibleEtCout.empty()) */
/* { */
/* pMin = state.problemeHebdo->PaliersThermiquesDuPays[area->index] */
/* .PuissanceDisponibleEtCout[cluster->index] */
/* .PuissanceMinDuPalierThermique[hourInTheYear]; */
/* } */

// Thermal cluster profit
pValuesForTheCurrentYear[numSpace][cluster->areaWideIndex].hour[hourInTheYear]
= (hourlyClusterProduction - pMin)
Expand Down

0 comments on commit 8e5afac

Please sign in to comment.