Skip to content

Commit e12976b

Browse files
chuckyvtjvdp1
andcommitted
Update example/hashmaps/example_hashmaps_map_entry.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 9a97aa7 commit e12976b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/hashmaps/example_hashmaps_map_entry.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ program example_map_entry
1414

1515
type(array_data_wrapper) :: array_example
1616

17-
1817
! Initialize hashmap with 2^10 slots.
1918
! Hashmap will dynamically increase size if needed.
2019
call map%init(fnv_1_hasher, slots_bits=10)

0 commit comments

Comments
 (0)