10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-23 11:17:33 +02:00

Merge branch 'master' of github.com:scemama/quantum_package

This commit is contained in:
Anthony Scemama 2018-05-09 11:32:55 +02:00
commit 73d666bd8f

View File

@ -103,7 +103,6 @@ subroutine map_load_from_disk(filename,map)
n_elements = int(k - l, 4)
key_p => map % consolidated_key (l:l+n_elements)
value_p => map % consolidated_value ( l:l+n_elements )
print *, i, n_elements
map % map(i) % key => key_p
map % map(i) % value => value_p
map % map(i) % sorted = .True.