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

remove null pointers from coupler types #1369

Open
rem1776 opened this issue Sep 15, 2023 · 0 comments
Open

remove null pointers from coupler types #1369

rem1776 opened this issue Sep 15, 2023 · 0 comments

Comments

@rem1776
Copy link
Contributor

rem1776 commented Sep 15, 2023

Describe the bug
Theres null pointer variables used in the coupler types module:

real, pointer, dimension(:,:) :: null_ptr2D => NULL()

real, pointer, dimension(:,:,:) :: null_ptr3D => NULL()

To Reproduce
n/a

Expected behavior
these should be removed

System Environment
n/a

Additional context
came up as part of mixed precision updates

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

No branches or pull requests

1 participant