Skip to content

Commit

Permalink
fix: add f2c_string routine to libFMS.F90 (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 authored Oct 24, 2024
1 parent 45a275e commit 0aa5ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libFMS.F90
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ module fms
fms_string_utils_sort_this => fms_sort_this, &
fms_string_utils_find_my_string => fms_find_my_string, &
fms_string_utils_find_unique => fms_find_unique, &
fms_string_utils_f2c_string => fms_f2c_string, &
fms_string_utils_c2f_string => fms_c2f_string, &
fms_string_utils_cstring2cpointer => fms_cstring2cpointer, &
fms_string_utils_copy => string_copy
Expand Down

0 comments on commit 0aa5ee6

Please sign in to comment.