From b7f1c8bf37644802bc4ed9fa7ae146addf5839be Mon Sep 17 00:00:00 2001 From: schnetter <> Date: Mon, 14 Jul 2003 13:41:00 +0000 Subject: Declare some more routines as taking a const cGH *, to match the Declare some more routines as taking a const cGH *, to match the recent changes in the flesh. darcs-hash:20030714134134-07bb3-6c0078627d40a9d05320632feba2277afdd33bdf.gz --- Carpet/CarpetLib/src/dh.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Carpet/CarpetLib/src/dh.cc') diff --git a/Carpet/CarpetLib/src/dh.cc b/Carpet/CarpetLib/src/dh.cc index 4cbee384b..c9c15e1da 100644 --- a/Carpet/CarpetLib/src/dh.cc +++ b/Carpet/CarpetLib/src/dh.cc @@ -1,4 +1,4 @@ -// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/dh.cc,v 1.35 2003/05/23 23:52:31 schnetter Exp $ +// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/dh.cc,v 1.36 2003/07/14 15:41:34 schnetter Exp $ #include @@ -411,7 +411,9 @@ void dh::recompose (const int initialise_upto) { // Assert that all boundaries are synced or received { const ibset& sync_not = boxes[rl][c][ml].sync_not; +#if 0 const ibset& recv_not = boxes[rl][c][ml].recv_not; +#endif // Check that no boundaries are left over if (rl==0) assert (sync_not.empty()); -- cgit v1.2.3