Remove print statement from testing
This commit is contained in:
parent
50b4258c8f
commit
6e07067faa
1 changed files with 0 additions and 1 deletions
|
|
@ -97,7 +97,6 @@ program VlaPlEx
|
||||||
rCum_index = minloc(abs(r - rCum), 1)
|
rCum_index = minloc(abs(r - rCum), 1)
|
||||||
|
|
||||||
! Grid in the velocity space
|
! Grid in the velocity space
|
||||||
print*, v0, vf
|
|
||||||
dv = (vf - v0) / float(nv-1)
|
dv = (vf - v0) / float(nv-1)
|
||||||
allocate(v(1:nv))
|
allocate(v(1:nv))
|
||||||
do j = 1, nv
|
do j = 1, nv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue