Skip to content

Commit

Permalink
fix missed alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Mulhall authored and Ryan Mulhall committed Jul 26, 2023
1 parent 2be8aa4 commit c689d78
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit c689d78

Please sign in to comment.