mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-21 11:03:29 +01:00
Fixed wrong Assert
This commit is contained in:
parent
e7267463c8
commit
5a8a4fb37e
@ -113,7 +113,7 @@ subroutine run_pt2_slave_small(thread,iproc,energy)
|
||||
call create_selection_buffer(bsize, bsize*2, b)
|
||||
buffer_ready = .True.
|
||||
else
|
||||
ASSERT (N == b%N)
|
||||
ASSERT (b%N == bsize)
|
||||
endif
|
||||
|
||||
double precision :: time0, time1
|
||||
|
Loading…
Reference in New Issue
Block a user