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 Fortran fetch int* procedure pointers #1213

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

rpmcnally
Copy link
Contributor

The fetch_path_as_int*_ptr methods on the Fortran node type were pointing to the non-ptr versions. Compilation would fail when attempting to use the routines.

The fetch_path_as_int*_ptr methods on the Fortran node type were
pointing to the non-ptr versions.  Compilation would fail when
attempting to use the routines.
Copy link
Member

@cyrush cyrush left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for finding this issue and resolving w/ new tests!

@cyrush
Copy link
Member

cyrush commented Dec 14, 2023

I started CI checks, will merge after those are run.

@cyrush cyrush added the bug label Dec 14, 2023
@cyrush cyrush merged commit c9b032c into LLNL:develop Dec 18, 2023
22 checks passed
@cyrush
Copy link
Member

cyrush commented Dec 18, 2023

Merged, thanks again @rpmcnally !

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

Successfully merging this pull request may close these issues.

2 participants