Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Aug 1, 2024
1 parent 2ca4074 commit cf9f0d9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ void H2O_J_InitialiserLesBornesdesVariables(DONNEES_MENSUELLES* DonneesMensuelle
{
const std::vector<double>& TurbineMax = DonneesMensuelles->TurbineMax;
const std::vector<double>& TurbineMin = DonneesMensuelles->TurbineMin;
const std::vector<double>& TurbineCible = DonneesMensuelles->TurbineCible;
std::vector<double>& Turbine = DonneesMensuelles->Turbine;

PROBLEME_HYDRAULIQUE& ProblemeHydraulique = DonneesMensuelles->ProblemeHydraulique;
Expand Down

0 comments on commit cf9f0d9

Please sign in to comment.