Skip to content

Commit 482776d

Browse files
committed
Update stdlib_hashmap_chaining.f90
1 parent 8c562e4 commit 482776d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_hashmap_chaining.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ module subroutine set_other_chaining_data( map, key, other, exists )
812812
! associate( target => map % inverse(inmap) % target )
813813
! target % other = other
814814
!map % inverse(inmap) % target % other = other
815-
if allocated( map % inverse(inmap) % target % other ) then
815+
if ( allocated( map % inverse(inmap) % target % other ) ) then
816816
deallocate( map % inverse(inmap) % target % other )
817817
endif
818818
allocate( map % inverse(inmap) % target % other, source=other)

0 commit comments

Comments
 (0)