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

DO LOOP Format Issue? #173

Open
TheBlueRage opened this issue Apr 12, 2024 · 1 comment
Open

DO LOOP Format Issue? #173

TheBlueRage opened this issue Apr 12, 2024 · 1 comment

Comments

@TheBlueRage
Copy link

First, my apologies as I'm a novice Fortran programmer.
I recently came across some code that did not prettify the way I would have expected it to.
I am attaching the original code ( do-orig.txt ), the fprettified code ( do-fprettify ), and the what I would have expected the result to be ( do-expected.txt)
I realize this may be just an issue with my understanding of Fortran code, so I am willing to accept that I need more education on this issue. In either event, I would appreciate your opinion.
do-expected.txt
do-fprettify.txt
do-orig.txt

@dbroemmel
Copy link
Contributor

Please refer to #63, #52, and possibly #101.

If you switch to END DO instead of CONTINUE it feels a little more modern, is supported, and you can still use labels should you wish to do so.

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