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

@ -146,8 +146,8 @@ pFlow::positionOrdered::positionOrdered
position_
(
"positionOrdered",
max(maxNumberOfParticles(), numPoints_),
numPoints_ ,
numPoints_,
numPoints_,
RESERVE()
)
{