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.
1 parent 4f8633a commit dd088caCopy full SHA for dd088ca
src/stdlib_32_bit_fnv_hashes.fypp
@@ -29,7 +29,7 @@ contains
29
30
integer(int64) :: i
31
32
-hash- hash_code = offset_basis
+ hash_code = offset_basis
33
do i=1_int64, size(key, kind=int64)
34
hash_code = hash_code * prime
35
if ( little_endian ) then
0 commit comments