making some funny gif89a

This commit is contained in:
tTh
2022-10-28 22:18:39 +02:00
parent 23f3eeb032
commit 25b2f353cd
6 changed files with 58 additions and 0 deletions

19
GrafAnim/usegenplot.f90 Normal file
View File

@@ -0,0 +1,19 @@
module usegenplot
implicit none
contains
! -------------------------------------------------------------------
subroutine init_genplot(filename)
character(200) :: filename
write(0, *) '-------- init genplot '
end subroutine
! -------------------------------------------------------------------
end module