Group: comp.lang.fortran · Group Profile · Search for alphabet ii in comp.lang.fortran
Author: mecej4
Date: May 29, 2008 09:39
.../,$MXMP/6/ END This is not so simple, but may work if the existing source does not use variables beginning with, say, "Z_" : (i) Run Fsplit on the sources; (ii) Run your fortran-77 compiler on each subroutine, collect a list of variables starting with $. In each such, subroutine, replace $ by Z_; add an integer type declaration for the variables tagged by the F-...
|