next up previous contents
Next: Working with the FLIB Up: Porting Code between different Previous: "C"-code

FORTRAN code

To overcome the deficiencies of FORTRAN compilers:

a GSI-made FORTRAN code converter f2f is available. The general usage is:
f2f [-?]          # reminder of command syntax
    -D<newstate>
    [-i<IdentifierDictionaries>]  # translates variable names
    [-j<IncludeSpecDictionaries>] # translates include file names
    [-r]                          # reverse use of dictionaries
    [-o<outfile>]                 # force outfile name
    [-u<oldstate>]                # force infile  state
    [-a]           # automatically renames outfiles using to the -i file
    <infile>
A detailed description you find in gif.



Back to GSI Home Page Back to FOPI Home Page Index

fopi
Tue May 28 15:33:35 CST 1996