ford.fixed2free2 module#

Script that converts fixed form Fortran code to free form Usage: file name as first command line parameter

python fixed2free2.py file.f > file.f90

class ford.fixed2free2.FortranLine(line, length_limit=True)#

Bases: object

continueLine()#

Insert line continuation symbol at end of line.

ford.fixed2free2.convertToFree(stream, length_limit=True)#

Convert stream from fixed source form to free source form.