From 2eea306903bf95e50aa0c55ee5ce575945f1cf50 Mon Sep 17 00:00:00 2001 From: hamidrezanorouzi Date: Wed, 12 Apr 2023 15:07:31 +0330 Subject: [PATCH] bug fix in DEMsystem --- DEMSystems/sphereDEMSystem/sphereFluidParticles.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/DEMSystems/sphereDEMSystem/sphereFluidParticles.cpp b/DEMSystems/sphereDEMSystem/sphereFluidParticles.cpp index 9b3a44b0..e1dfd357 100644 --- a/DEMSystems/sphereDEMSystem/sphereFluidParticles.cpp +++ b/DEMSystems/sphereDEMSystem/sphereFluidParticles.cpp @@ -57,8 +57,6 @@ pFlow::sphereFluidParticles::sphereFluidParticles( bool pFlow::sphereFluidParticles::beforeIteration() { sphereParticles::beforeIteration(); - zeroFluidForce_H(); - zeroFluidTorque_H(); return true; }