From c689d7826721cda16044d102a2927638d9d12c10 Mon Sep 17 00:00:00 2001 From: Ryan Mulhall Date: Wed, 26 Jul 2023 16:09:18 -0400 Subject: [PATCH] fix missed alias --- libFMS.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libFMS.F90 b/libFMS.F90 index 02b54df82a..be1b0705fb 100644 --- a/libFMS.F90 +++ b/libFMS.F90 @@ -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