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

2023.02-beta1: did not alias all functions in libFMS.F90 #1288

Open
laurenchilutti opened this issue Jul 18, 2023 · 0 comments · May be fixed by #1303
Open

2023.02-beta1: did not alias all functions in libFMS.F90 #1288

laurenchilutti opened this issue Jul 18, 2023 · 0 comments · May be fixed by #1303

Comments

@laurenchilutti
Copy link
Contributor

Describe the bug
When we aliased routines in libFMS, some were left out. Not sure if this was intentional?

To Reproduce
Take a look at

FMS/libFMS.F90

Lines 400 to 401 in 2be8aa4

use fms_mod, only: fms_init, fms_end, error_mesg, fms_error_handler, &
check_nml_error, &

Notice that error_mesg and check_nml_error still do not have a "fms" prefix

Expected behavior
I expected these to be aliased to fms_error_mesg and fms_check_nml_error

System Environment
N/A

Additional context
N/A

@rem1776 rem1776 linked a pull request Jul 26, 2023 that will close this issue
8 tasks
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 a pull request may close this issue.

1 participant