bug fix in DEMsystem

This commit is contained in:
hamidrezanorouzi 2023-04-12 15:07:31 +03:30
parent b5572d3f7f
commit 2eea306903
1 changed files with 0 additions and 2 deletions

View File

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