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

Fix rank mismatch for GCC 10 #44

Merged
merged 1 commit into from
Nov 12, 2020
Merged

Fix rank mismatch for GCC 10 #44

merged 1 commit into from
Nov 12, 2020

Conversation

kgerheiser
Copy link
Contributor

@kgerheiser kgerheiser commented Nov 10, 2020

Explicitly declare idef and make it an array of size one. idefn (the
size of idef) is set to 0 (meaning the array isn't used), but cannot pass scalar to argument that
requires an array.

Fixes #42

Explicitly declare idef and make it an array of size one. idefn (the
size of idef) is set to 0 but cannot pass scalar to argument that
requires an array.
@BoiVuong-NOAA BoiVuong-NOAA merged commit 49a7a02 into NOAA-EMC:develop Nov 12, 2020
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

Successfully merging this pull request may close these issues.

Add GNU Fortran 10 support
2 participants