10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-24 06:02:26 +02:00

Fixed wrong Assert

This commit is contained in:
Anthony Scemama 2019-02-05 18:31:11 +01:00
parent e7267463c8
commit 5a8a4fb37e

View File

@ -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