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

Reprinter produces long line for FORMAT statement #112

Open
foxtran opened this issue Jan 10, 2020 · 1 comment
Open

Reprinter produces long line for FORMAT statement #112

foxtran opened this issue Jan 10, 2020 · 1 comment
Assignees

Comments

@foxtran
Copy link

foxtran commented Jan 10, 2020

I have tried to run reprinter for multiple-line FORMAT statement:

      program main
 9005 FORMAT(//1X,'*** ERROR ***'/
     *         1X,'PLEASE, CHECK',
     *            ' THE INPUT FILE'/
     *         1X,'THIS PART OF CODE IS',
     *            ' UNAVAILABLE'/
     *         1X,'DO NOT USE IT')
      end

And it produces non-correct Fortran 77 code with tooo loooong line for fixed form:

      program main
9005  format (//1x,'***error***'/1x,'please,check','theinputfile'/1x,'thispartofcodeis','unavailable'/1x,'donotuseit')
      end
@madgen
Copy link
Member

madgen commented Jan 10, 2020

@dorchard any ideas? Also see #111

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

No branches or pull requests

3 participants