Skip to content

Commit

Permalink
Fix Windows Debug version crash (#2322)
Browse files Browse the repository at this point in the history
reset not resize
  • Loading branch information
a-zakir authored Aug 9, 2024
1 parent 50e28d2 commit 07d1dab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class yearRandomNumbers
// Thermal noises
for (uint a = 0; a != pNbAreas; a++)
{
pThermalNoisesByArea[a].assign(pNbClustersByArea[a], 0);
pThermalNoisesByArea[a].assign(pThermalNoisesByArea[a].size(), 0);
}

// General
Expand Down

0 comments on commit 07d1dab

Please sign in to comment.