ffixed2free is a Fortran program to convert FORTRAN fixed-format source code (FORTRAN 77 style) to free-format source code (Fortran 90 style). Fixed-format source code is the old FORTRAN 77 format for ...
The original fortran code is provided by Davide Verotta. I have simply modified and updated to accommodate the free form of Fortran 90 and to deal with complex numbers. I thank Davide for allowing me ...