mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-04-26 10:14: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
|
stop 2
|
||||||
endif
|
endif
|
||||||
if (associated(map%value)) then
|
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)
|
value_new(i) = map%value(i)
|
||||||
enddo
|
enddo
|
||||||
deallocate(map%value)
|
deallocate(map%value)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user