We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At present YAMBO_ALLOC is a multi-line macro.
An alternative would be to use a function/subroutine, with an interface. I understand this is allowed for allocatable variables (see discussion here https://stackoverflow.com/questions/13058743/how-to-pass-allocatable-arrays-to-subroutines-in-fortran which is 12 years old)
The text was updated successfully, but these errors were encountered:
andrea-ferretti
sangallidavide
No branches or pull requests
At present YAMBO_ALLOC is a multi-line macro.
An alternative would be to use a function/subroutine, with an interface.
I understand this is allowed for allocatable variables (see discussion here https://stackoverflow.com/questions/13058743/how-to-pass-allocatable-arrays-to-subroutines-in-fortran which is 12 years old)
The text was updated successfully, but these errors were encountered: