diff --git a/tecs/tecs_plot.for b/tecs/tecs_plot.for deleted file mode 100644 index ee91e32d..00000000 --- a/tecs/tecs_plot.for +++ /dev/null @@ -1,6 +0,0 @@ - subroutine tecs_plot(str) - character str*(*) - - print * - & ,'give me Fortran 90 on this machine, I give you graphics' - end