From 5a8a4fb37ea6054261c24884942ac335899a6a6f Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 5 Feb 2019 18:31:11 +0100 Subject: [PATCH] Fixed wrong Assert --- src/cipsi/run_pt2_slave.irp.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cipsi/run_pt2_slave.irp.f b/src/cipsi/run_pt2_slave.irp.f index ff048d95..b6545922 100644 --- a/src/cipsi/run_pt2_slave.irp.f +++ b/src/cipsi/run_pt2_slave.irp.f @@ -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