Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newest PR breaks gfortran's max line length #42

Closed
georgevanderson opened this issue Apr 2, 2019 · 1 comment
Closed

Newest PR breaks gfortran's max line length #42

georgevanderson opened this issue Apr 2, 2019 · 1 comment

Comments

@georgevanderson
Copy link

This throws an error during compilation with gfortran. IFORT standard accepts more characters per line which is probably why no error was caught. Putting an "&" in the line to break it up fixes the compilation issue. I would PR but I don't know how you like to style things.

f1921e3#diff-37d96c124895d5e497ec69cc1bc50894R248

KenichiNomura added a commit that referenced this issue Apr 3, 2019
@KenichiNomura
Copy link
Member

Thank you for catching it, georgevanderson! I've pushed my fix to master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants