From 88c32ccc6340960a9d2d31412fd850371b0048fe Mon Sep 17 00:00:00 2001 From: Guillaume PIERRE Date: Mon, 11 Sep 2023 14:40:50 +0200 Subject: [PATCH] [skip ci] Global vars : small simplification --- src/solver/hydro/management/daily.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solver/hydro/management/daily.cpp b/src/solver/hydro/management/daily.cpp index 1ebe370ed5..f854a49e8c 100644 --- a/src/solver/hydro/management/daily.cpp +++ b/src/solver/hydro/management/daily.cpp @@ -264,7 +264,7 @@ inline void HydroManagement::prepareDailyOptimalGenerations(Solver::Variable::St { debugData = std::make_shared(resultWriter_, data, - ventilationResults_[numSpace][z], + ventilationResults, srcinflows, maxP, maxE,