Remove print statement from testing

This commit is contained in:
Jorge Gonzalez 2025-04-10 13:41:16 +02:00
commit 6e07067faa

View file

@ -97,7 +97,6 @@ program VlaPlEx
rCum_index = minloc(abs(r - rCum), 1)
! Grid in the velocity space
print*, v0, vf
dv = (vf - v0) / float(nv-1)
allocate(v(1:nv))
do j = 1, nv