Skip to content

Commit 250252d

Browse files
committed
Revert "Update stdlib_hashmaps.f90"
This reverts commit 188a74c.
1 parent 4120ec7 commit 250252d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_hashmaps.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ module subroutine init_chaining_map( map, &
441441
slots_bits, &
442442
status )
443443
!! Version: Experimental
444-
!!
444+
!!
445445
!! Routine to allocate an empty map with HASHER as the hash function,
446446
!! 2**SLOTS_BITS initial SIZE(map % slots), and SIZE(map % slots) limited
447447
!! to a maximum of 2**MAX_BITS. All fields are initialized.

0 commit comments

Comments
 (0)