From 6c34dd8a05d4c9e0980fdaa9d1bc4bb0cb03cc3a Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez Date: Fri, 3 Feb 2023 15:11:36 +0100 Subject: [PATCH] Forgot to remove some print statements It is okay now. Sorry. --- src/modules/moduleInject.f90 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/moduleInject.f90 b/src/modules/moduleInject.f90 index 9a8e76f..e49fb04 100644 --- a/src/modules/moduleInject.f90 +++ b/src/modules/moduleInject.f90 @@ -317,9 +317,6 @@ MODULE moduleInject self%v(2)%obj%randomVel(), & self%v(3)%obj%randomVel() /) - print *, direction - print*, partInj(n)%v - !Obtain natural coordinates of particle in cell partInj(n)%Xi = mesh%cells(partInj(n)%cell)%obj%phy2log(partInj(n)%r) !Push new particle with the minimum time step