10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 18:05:59 +02:00

Removed print

This commit is contained in:
Anthony Scemama 2018-05-09 09:44:38 +02:00
parent 8461e74ed0
commit cfaebcfe99

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.