This commit is contained in:
Hamidreza Norouzi
2023-06-07 05:41:02 -07:00
13 changed files with 7233 additions and 15 deletions

View File

@ -380,10 +380,13 @@ bool pFlow::sphereParticles::insertParticles
return false;
}
auto exclusionListAllPtr = getFieldObjectList();
auto exclusionListAllPtr = getFieldObjectList();
auto newInsertedPtr = pStruct().insertPoints( position, setField, time(), exclusionListAllPtr());
if(!newInsertedPtr)
{
fatalErrorInFunction<<