Skip to content

Commit 970e389

Browse files
committed
Update example_hashmaps_set_other_data.f90
Test to see if updating to chaining hashmaps fixes the single CI failure.
1 parent df94ee5 commit 970e389

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

example/hashmaps/example_hashmaps_set_other_data.f90

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
program example_set_other_data
2-
use stdlib_hashmaps, only: open_hashmap_type
2+
use stdlib_kinds, only: int8
3+
use stdlib_hashmaps, only: open_hashmap_type, chaining_hashmap_type
34
use stdlib_hashmap_wrappers, only: fnv_1_hasher, &
45
fnv_1a_hasher
56
implicit none
67
logical :: exists
7-
type(open_hashmap_type) :: map
8+
type(chaining_hashmap_type) :: map
89
class(*), allocatable :: data
910

1011
! Initialize hashmap with 2^10 slots.

0 commit comments

Comments
 (0)