bug fix for cudaRun in indexContainer

This commit is contained in:
hamidrezanorouzi
2023-03-16 21:22:24 +03:30
parent ef1e3c1e33
commit 80647e5103
4 changed files with 16 additions and 8 deletions

View File

@ -56,8 +56,9 @@ pFlow::sphereFluidParticles::sphereFluidParticles(
bool pFlow::sphereFluidParticles::beforeIteration()
{
return sphereParticles::beforeIteration();
sphereParticles::beforeIteration();
zeroFluidForce_H();
zeroFluidTorque_H();
return true;
}