We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32a1d39 + 6da72d4 commit 421daa6Copy full SHA for 421daa6
doc/specs/stdlib_hashmaps.md
@@ -1354,7 +1354,7 @@ The result will be the number of procedure calls on the hash map.
1354
implicit none
1355
type(chaining_hashmap_type) :: map
1356
type(int_calls) :: initial_calls
1357
- call map % init(fnv_1_hasher )
+ call map % init( fnv_1_hasher )
1358
initial_calls = map % calls()
1359
print *, "INITIAL_CALLS = ", initial_calls
1360
end program demo_calls
0 commit comments