F90_TO_F77


F90_TO_F77, a FORTRAN90 code which assists in the conversion of a FORTRAN90 source code file to the FORTRAN77 format.

Only a few modifications are made; the user will surely have to go into the file and make further modifications by hand. The changes made by the program include:

Usage:

f90_to_f77 input.f90 output.f
where

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

f90_to_f77 is available in a FORTRAN90 version.

Related Data and Programs:

F77_TO_F90, a FORTRAN90 program which converts a FORTRAN77 file to FORTRAN90 format, by Michael Metcalfe;

Source Code:

Examples and Tests:


Last revised on 25 June 2013.