Skip to content

Commit

Permalink
Clang Format undone
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaredstork committed Oct 3, 2023
1 parent e5bb73a commit 69a339e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/solver/simulation/sim_calcul_economique.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -624,10 +624,8 @@ void SIM_RenseignementProblemeHebdo(const Study& study,

if (problem.CaracteristiquesHydrauliques[k].PresenceDHydrauliqueModulable > 0)
{
problem.CaracteristiquesHydrauliques[k]
.ContrainteDePmaxHydrauliqueHoraire[hourInWeek]
problem.CaracteristiquesHydrauliques[k].ContrainteDePmaxHydrauliqueHoraire[hourInWeek]
= ContrainteDePmaxHydrauliqueHoraire

* problem.CaracteristiquesHydrauliques[k].WeeklyGeneratingModulation;
}

Expand Down

0 comments on commit 69a339e

Please sign in to comment.