From aa3a0908868234fa6f2612db4373cfae3ecd255e Mon Sep 17 00:00:00 2001 From: Holger <holger.grosshans@ptb.de> Date: Sat, 16 May 2020 13:34:12 +0200 Subject: [PATCH] modified: particles.f90 --- src/particles.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/particles.f90 b/src/particles.f90 index 82ffade..7b1586d 100644 --- a/src/particles.f90 +++ b/src/particles.f90 @@ -13,7 +13,7 @@ if (elForceScheme.ne.2) call forcesGauss if (elForceScheme.ne.1) call forcesCoulomb call particlesVelocity -! call particlesCollide + call particlesCollide call particlesTransport !particles from neighbour gc added call chargeDensity call momentumCoupling !particles from neighbour gc removed -- GitLab