Skip to content

Commit

Permalink
chore(string_m): make specific binding private
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Sep 2, 2024
1 parent f8a4393 commit ecc00bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/julienne/julienne_string_m.f90
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module julienne_string_m
procedure, private :: get_real_array, get_real_array_with_character_key
procedure, private :: get_integer_array, get_integer_array_with_character_key
procedure, private :: get_character, get_character_with_character_key
procedure :: get_double_precision, get_double_precision_with_character_key
procedure, private :: get_double_precision, get_double_precision_with_character_key
procedure, private :: string_t_ne_string_t, string_t_ne_character
procedure, private :: string_t_eq_string_t, string_t_eq_character
procedure, private :: assign_character_to_string_t
Expand Down

0 comments on commit ecc00bc

Please sign in to comment.