Skip to content

Commit

Permalink
add f2c in libFMS
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 authored and mlee03 committed Oct 22, 2024
1 parent 95cd7b0 commit 2869fac
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 2869fac

Please sign in to comment.