mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
bug fix for max_capacity of pStruct
This commit is contained in:
@ -29,8 +29,7 @@ pFlow::empty::empty(
|
||||
positionParticles(dict),
|
||||
position_
|
||||
(
|
||||
maxNumberOfParticles_, RESERVE()
|
||||
maxNumberOfParticles_, 0, RESERVE()
|
||||
)
|
||||
{
|
||||
position_.clear();
|
||||
}
|
Reference in New Issue
Block a user