add and use the workspace

This commit is contained in:
Tonton Th
2026-04-25 13:12:16 +02:00
parent 483fa3d13f
commit 5fb1b809e1
5 changed files with 20 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ program spirale
write (0, '(A)') "----[ genplotting spirale ]----"
call genp_init (0, 's.scratch')
call genp_init (0, 'WS/spirale.scratch')
call do_spirale (1337, 0.51, 0.0666, 0.7)
call genp_end (0)