Skip to content

Lines longer than FORTRAN standard causes issues with gfortran #1

@amicitas

Description

@amicitas

The FORTRAN standard calls for lines with maximum length of 132 characters. By default this is enforced by gfortran.

To fix:
a. Use line continuation to reduce line length to less than 132.
or
b. Use flag -ffree-line-length-none in makefile for gfortran.

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions