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

Code cleaning #27

Open
SebastienRietteMTO opened this issue May 10, 2023 · 1 comment
Open

Code cleaning #27

SebastienRietteMTO opened this issue May 10, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@SebastienRietteMTO
Copy link
Collaborator

Several cleanings are needed:

  • suppression of unused local variables
  • addition of missing "IMPLICIT NONE"
  • addition of missing "INTENT" attributes
@SebastienRietteMTO SebastienRietteMTO added the enhancement New feature or request label May 10, 2023
@SebastienRietteMTO SebastienRietteMTO self-assigned this May 10, 2023
@SebastienRietteMTO
Copy link
Collaborator Author

Unused local variables suppressed (commit 4ef50c1)
Missing IMPLICIT NONE added (commit cab13c4)
Some missing INTENT added (commit 6d6813d)

Due to a limitation in PHYEX-fortran-tool, it was not possible to check INTENT in interface blocks. This check must still be done, and interface blocks must be compared to the implementations.

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

No branches or pull requests

1 participant