Skip to content

Commit

Permalink
Update stdlib_hashmaps.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckyvt committed Aug 31, 2024
1 parent ef1d924 commit 188a74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdlib_hashmaps.f90
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ module subroutine init_chaining_map( map, &
slots_bits, &
status )
!! Version: Experimental
!!
!!
!! Routine to allocate an empty map with HASHER as the hash function,
!! 2**SLOTS_BITS initial SIZE(map % slots), and SIZE(map % slots) limited
!! to a maximum of 2**MAX_BITS. All fields are initialized.
Expand Down

0 comments on commit 188a74c

Please sign in to comment.