From 6d62807fb43466048a1f63996ecfd3e77bb51478 Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez Date: Thu, 11 Jul 2024 14:50:14 +0200 Subject: [PATCH] Remove testing 'print' statements 2DCyl still seems to have some problems but waiting for simulation. --- src/modules/moduleInject.f90 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/modules/moduleInject.f90 b/src/modules/moduleInject.f90 index 59748eb..93302d9 100644 --- a/src/modules/moduleInject.f90 +++ b/src/modules/moduleInject.f90 @@ -193,11 +193,7 @@ MODULE moduleInject END IF - print *, self%particlesPerEdge - print *, self%weightPerEdge - self%nParticles = SUM(self%particlesPerEdge) - print *, self%nParticles !Scale particles for different species steps IF (self%nParticles == 0) CALL criticalError("The number of particles for inject is 0.", 'initInject')