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

add missed alias in libfms.F90 #1303

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libFMS.F90
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ module fms

!> fms
!! routines that don't conflict with fms2_io
use fms_mod, only: fms_init, fms_end, error_mesg, fms_error_handler, &
check_nml_error, &
use fms_mod, only: fms_init, fms_end, fms_error_mesg => error_mesg, fms_error_handler, &
fms_check_nml_error => check_nml_error, &
fms_monotonic_array => monotonic_array, fms_string_array_index => string_array_index, &
fms_clock_flag_default => clock_flag_default, fms_print_memory_usage => print_memory_usage, &
fms_write_version_number => write_version_number
Expand Down
Loading