renaming a subroutine

This commit is contained in:
Tonton Th
2026-05-08 08:44:15 +02:00
parent a079f026f7
commit d4c3783d72
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ program testbed
implicit none
call genp_init(0, "foo.scratch")
call plot_axes(13.37)
call genp_plot_axes(13.37)
call genp_end(0)
call genp_do_render("foo.scratch", "foo.tga", 512, 512)