Skip to content

Commit

Permalink
Revert "Update stdlib_hashmaps.f90"
Browse files Browse the repository at this point in the history
This reverts commit 188a74c.
  • Loading branch information
chuckyvt committed Jan 23, 2025
1 parent 0ea05ee commit d396a1a
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 d396a1a

Please sign in to comment.