mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
bug fix for particle insertion and id handling
This commit is contained in:
@ -246,10 +246,7 @@ public:
|
||||
auto domain = this->control().domain();
|
||||
|
||||
auto numMarked = dynPointStruct_.markDeleteOutOfBox(domain);
|
||||
/*if(numMarked)
|
||||
{
|
||||
output<<"\nNumber of deleted points/particles that are out of domain box: "<<numMarked<<endl;
|
||||
}*/
|
||||
|
||||
|
||||
this->zeroForce();
|
||||
this->zeroTorque();
|
||||
|
Reference in New Issue
Block a user