bug correction for the time when empty is used

This commit is contained in:
HRN
2025-02-14 22:50:28 +03:30
parent 191801b344
commit 774afd5f37
5 changed files with 7 additions and 60 deletions

View File

@ -122,14 +122,14 @@ pFlow::positionRandom::positionRandom
position_
(
"position",
maxNumberOfParticles(),
1,
0,
RESERVE()
),
diameters_
(
"diameters",
maxNumberOfParticles(),
1,
0,
RESERVE()
)