mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-09 06:53:38 +01:00
This commit is contained in:
parent
b773a361b2
commit
0dca6cfde4
@ -186,7 +186,7 @@ END_PROVIDER
|
||||
|
||||
if (mem > qp_max_mem) then
|
||||
s = s*2.d0
|
||||
block_size = block_size / 2
|
||||
block_size = max(block_size / 2, 1)
|
||||
else
|
||||
exit
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user