From: Alan W. I. <ai...@us...> - 2004-01-07 04:22:11
|
Update of /cvsroot/plplot/plplot/bindings/f77 In directory sc8-pr-cvs1:/tmp/cvs-serv23439 Modified Files: Makefile.am README.f77API Added Files: double2single.sed Log Message: For the double-precision case simply copy the double-precision code in sfstubs.fm4 to sfstubs.f. For the single precision case use sed commands contained in double2single.sed to convert sfstubs.fm4 to single-precision sfstubs.f. |