Skip to content

Commit 418cb82

Browse files
chuckyvtjvdp1
andauthored
Update src/stdlib_hashmap_wrappers.f90
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 65bdc89 commit 418cb82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_hashmap_wrappers.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ end function hasher_fun
101101

102102
module procedure set_char_key, &
103103
set_int8_key, &
104-
set_other, &
105-
set_int32_key
104+
set_int32_key, &
105+
set_other
106106

107107
end interface set
108108

0 commit comments

Comments
 (0)