From: Alan W. I. <ai...@us...> - 2003-10-26 01:51:16
|
Update of /cvsroot/plplot/plplot/examples/f77 In directory sc8-pr-cvs1:/tmp/cvs-serv1964 Modified Files: Makefile.am x01f.fm4 x02f.fm4 x03f.fm4 x04f.fm4 x05f.fm4 x06f.fm4 x07f.fm4 x08f.fm4 x09f.fm4 x10f.fm4 x11f.fm4 x12f.fm4 x13f.fm4 x16f.fm4 Removed Files: fmacs.m4 Log Message: Drop single-precision support for examples for now. I intend to re-instate it later with a sed script. The *.fm4 are now a misnomer (probably the name should be changed to *.fdouble or something, but I have to think about it) since they are no longer processed by m4. Instead, these files are filled by straight double-precision fortran (with no embedded m4 commands) and simply copied to *.f. |