mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-04-26 02:04:45 +02:00
Fixed Pointer argument 'map' is not associated
This commit is contained in:
parent
5cc828c03f
commit
d01e24c302
@ -157,7 +157,7 @@ subroutine cache_map_reallocate(map,sze)
|
||||
stop 2
|
||||
endif
|
||||
if (associated(map%value)) then
|
||||
do i=1_8,min(size(map%key),map%n_elements)
|
||||
do i=1_8,min(size(map%value),map%n_elements)
|
||||
value_new(i) = map%value(i)
|
||||
enddo
|
||||
deallocate(map%value)
|
||||
|
Loading…
x
Reference in New Issue
Block a user