add and use the workspace
This commit is contained in:
@@ -10,7 +10,7 @@ program randomwalk
|
||||
|
||||
write (0, '(A)') "----[ genplotting randomwalk ]----"
|
||||
call srand(time())
|
||||
call genp_init (0, 'randomwalk.scratch')
|
||||
call genp_init (0, 'WS/randomwalk.scratch')
|
||||
do foo=1, 51
|
||||
col = 2 + mod(foo, 4)
|
||||
call do_randomwalk(42, col)
|
||||
|
||||
Reference in New Issue
Block a user