constexpr removed from kernel execution

This commit is contained in:
hamidrezanorouzi
2023-05-06 13:51:03 +03:30
parent 06a431f689
commit 709c5263b1
4 changed files with 23 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<<