Files
sics/tecs/tecs_plot.for
2002-01-24 15:01:19 +00:00

7 lines
148 B
Fortran

subroutine tecs_plot(str)
character str*(*)
print *
& ,'give me Fortran 90 on this machine, I give you graphics'
end