From 45073bfff319eceef30be939d14571fad9baa943 Mon Sep 17 00:00:00 2001 From: h-fournier Date: Mon, 9 Dec 2024 15:57:15 +0100 Subject: [PATCH] typo --- .../solver/variable/economy/reserveParticipationByLTStorage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solver/variable/include/antares/solver/variable/economy/reserveParticipationByLTStorage.h b/src/solver/variable/include/antares/solver/variable/economy/reserveParticipationByLTStorage.h index 9f2bec9ebc..cc7a74de38 100644 --- a/src/solver/variable/include/antares/solver/variable/economy/reserveParticipationByLTStorage.h +++ b/src/solver/variable/include/antares/solver/variable/economy/reserveParticipationByLTStorage.h @@ -68,7 +68,7 @@ class ReserveParticipationByLTStorage pValuesForTheCurrentYear = new VCardType::IntermediateValuesBaseType[pNbYearsParallel]; // Get the number of LTStorage reserveParticipations - pSize = area->hydro.reserveParticipationsCount; + pSize = area->hydro.reserveParticipationsCount(); if (pSize) { AncestorType::pResults.resize(pSize);