aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-06-04 17:30:54 -0700
committerRoland Haas <roland.haas@physics.gatech.edu>2012-06-04 17:30:54 -0700
commit5c2a096d1b6f690d61bab2aec714c714154e8cec (patch)
tree8ab18d4da766f3fcf1616f155b0338bc06a3edab
parent096f4cfdbb6d975f3474188d4ac89cc7318fe5ea (diff)
CarpetLib: disable debugging tests in 3rd order cc restrict operator
-rw-r--r--Carpet/CarpetLib/src/restrict_3d_cc_o3_rf2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/restrict_3d_cc_o3_rf2.cc b/Carpet/CarpetLib/src/restrict_3d_cc_o3_rf2.cc
index 991734c85..2f544110a 100644
--- a/Carpet/CarpetLib/src/restrict_3d_cc_o3_rf2.cc
+++ b/Carpet/CarpetLib/src/restrict_3d_cc_o3_rf2.cc
@@ -138,7 +138,7 @@ namespace CarpetLib {
for (int j=0; j<regjext; ++j) {
for (int i=0; i<regiext; ++i) {
-#if(1 || defined(CARPET_DEBUG))
+#ifdef CARPET_DEBUG
if(not (2 * k + 2 + srckoff < srckext and
2 * j + 2 + srcjoff < srcjext and
2 * i + 2 + srcioff < srciext and