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

@ -30,7 +30,7 @@ pFlow::empty::empty(
positionParticles(control, dict),
position_
(
"empty",maxNumberOfParticles(), 0, RESERVE()
"empty",1, 0, RESERVE()
)
{
}