From 188a74cd560258908bf80f5483eeb9a8a020f45f Mon Sep 17 00:00:00 2001 From: chuckyvt <138633930+chuckyvt@users.noreply.github.com> Date: Fri, 30 Aug 2024 21:57:22 -0400 Subject: [PATCH] Update stdlib_hashmaps.f90 --- src/stdlib_hashmaps.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stdlib_hashmaps.f90 b/src/stdlib_hashmaps.f90 index 5bc310c32..8b11ea937 100644 --- a/src/stdlib_hashmaps.f90 +++ b/src/stdlib_hashmaps.f90 @@ -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.