aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-04-27 09:28:08 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:41 +0000
commit7bd61e891c704bbe2bbaab689614a229d120cedd (patch)
treee496ad9ee1471e4b183b28fdf530335b902386ce /Carpet/CarpetLib/src/data.cc
parent6bc97ce988fb24ae99a48647375c39995f7e9f7d (diff)
CarpetLib: Normalize bboxsets automatically
Disable explicit normalization.
Diffstat (limited to 'Carpet/CarpetLib/src/data.cc')
-rw-r--r--Carpet/CarpetLib/src/data.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/data.cc b/Carpet/CarpetLib/src/data.cc
index 7b6f4e0a8..484582073 100644
--- a/Carpet/CarpetLib/src/data.cc
+++ b/Carpet/CarpetLib/src/data.cc
@@ -94,7 +94,6 @@ call_operator (void
}
# if ! defined (NDEBUG) && ! defined (CARPET_OPTIMISE)
if (not (allregbboxes == ibset (regbbox))) {
- allregbboxes.normalize();
cout << "allregbboxes=" << allregbboxes << endl
<< "regbbox=" << regbbox << endl;
}
@@ -163,7 +162,6 @@ call_operator (void
}
# if ! defined (NDEBUG) && ! defined (CARPET_OPTIMISE)
if (not (allregbboxes == ibset (regbbox))) {
- allregbboxes.normalize();
cout << "allregbboxes=" << allregbboxes << endl
<< "regbbox=" << regbbox << endl;
}