Fortraneries/GrafAnim/usegenplot.f90

20 lines
324 B
Fortran
Raw Normal View History

2022-10-28 22:18:39 +02:00
module usegenplot
implicit none
contains
! -------------------------------------------------------------------
subroutine init_genplot(filename)
character(200) :: filename
write(0, *) '-------- init genplot '
end subroutine
! -------------------------------------------------------------------
end module