Skip to content

Fix intent for fill procedures#281

Open
David Davies (DJDavies2) wants to merge 1 commit intodevelopfrom
feature/280
Open

Fix intent for fill procedures#281
David Davies (DJDavies2) wants to merge 1 commit intodevelopfrom
feature/280

Conversation

@DJDavies2
Copy link
Copy Markdown
Collaborator

This fixes the intent(out) declarations for some arguments for the fill functions in opsinputs_fill_mod.F90. intent(out) is wrong as it changes the association status from null (set earlier in the run) to undefined. Once this is done it is not valid to pass it to the associated intrinsic. The solution is to change it to intent(inout) (or no intent).

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