mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-25 05:43:47 +01:00
Removed print
This commit is contained in:
parent
8461e74ed0
commit
cfaebcfe99
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user