making some funny gif89a
This commit is contained in:
19
GrafAnim/usegenplot.f90
Normal file
19
GrafAnim/usegenplot.f90
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user