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

Non-standard continuation characters #13

Open
ThemosTsikas opened this issue Mar 31, 2023 · 1 comment
Open

Non-standard continuation characters #13

ThemosTsikas opened this issue Mar 31, 2023 · 1 comment

Comments

@ThemosTsikas
Copy link

Lines 53 and 78 of h0psi1_p_utils.mod.F90 contain the non-standard continuation character \. The standard continuation character & should be used instead (as is already used in that file on 11 occasions).

Non-standard continuation characters are supported on some compilers, but in non-uniform contexts. An experiment with GNU vs. Intel compilers shows that \ is supported in character context by one of them but not the other. It is best not to rely on such extensions and, in this case, it looks pointless and accidental rather than intentional.

@kloeffelt
Copy link
Member

@ThemosTsikas
Thanks for reporting this, however, please be aware the code in this repository will likley not be patched anymore.
The community will move to another github project / repository, ETA yet unknown, destination: unknown atm.
(I am aware that the code is in state which could be improved...)

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