Fixed wrong Assert

This commit is contained in:
Anthony Scemama 2019-02-05 18:31:11 +01:00
parent e7267463c8
commit 5a8a4fb37e
1 changed files with 1 additions and 1 deletions

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