From: Alan W. I. <ai...@us...> - 2003-12-23 06:12:02
|
Update of /cvsroot/plplot/plplot/bindings/f77 In directory sc8-pr-cvs1:/tmp/cvs-serv2015 Modified Files: sfstubs.fm4 Log Message: * Replace file designed to be processed by m4 by result of m4 processing of that file using double precision. Fortran passes everything by reference, and there is no actual numerical computation or constants in this fortran source. Thus, I believe the double precision is only technical in this case and needs no further processing in the single-precision case. * Handle common blocks by an include file, sfstubs.h. |