remove useless call
This commit is contained in:
@@ -24,7 +24,6 @@ subroutine do_randomwalk(nbre, col)
|
||||
real :: px, py, px2, py2
|
||||
|
||||
px = 0.0 ; py = 0.0
|
||||
call genp_move(px, py)
|
||||
do idx=1, nbre
|
||||
px2 = px + rand(0) - 0.50
|
||||
py2 = py + rand(0) - 0.50
|
||||
|
||||
Reference in New Issue
Block a user