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(mf6bmiutil): remove subroutine workaround, make args inout #1996

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

wpbonelli
Copy link
Contributor

@wpbonelli wpbonelli commented Aug 19, 2024

Making the assigned-to argument intent(inout) resolves the ARM mac + gfortran assignment problem which #1993 originally solved with a subroutine instead of a function call. Thanks to @scharlton2 for the suggestion.

@mjr-deltares I will still post on the fortran-lang forum at some point to see if anyone has more info on this behavior.


Checklist of items for pull request

Making the assigned-to argument intent(inout) resolves the ARM mac + gfortran assignment problem which MODFLOW-USGS#1993 originally solved with a subroutine instead of a function call.
@wpbonelli wpbonelli merged commit 80b29e6 into MODFLOW-USGS:develop Aug 19, 2024
22 checks passed
@wpbonelli wpbonelli deleted the followup-1993 branch August 19, 2024 16:13
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.

1 participant