Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
h-fournier committed Dec 9, 2024
1 parent d05df33 commit 45073bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 45073bf

Please sign in to comment.