Forgot to remove some print statements

It is okay now. Sorry.
This commit is contained in:
Jorge Gonzalez 2023-02-03 15:11:36 +01:00
commit 6c34dd8a05

View file

@ -317,9 +317,6 @@ MODULE moduleInject
self%v(2)%obj%randomVel(), & self%v(2)%obj%randomVel(), &
self%v(3)%obj%randomVel() /) self%v(3)%obj%randomVel() /)
print *, direction
print*, partInj(n)%v
!Obtain natural coordinates of particle in cell !Obtain natural coordinates of particle in cell
partInj(n)%Xi = mesh%cells(partInj(n)%cell)%obj%phy2log(partInj(n)%r) partInj(n)%Xi = mesh%cells(partInj(n)%cell)%obj%phy2log(partInj(n)%r)
!Push new particle with the minimum time step !Push new particle with the minimum time step