aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@cct.lsu.edu>2010-08-25 18:44:47 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:23:59 +0000
commita2ca47e0a24b3ebb52cc0f944232303e8b104df9 (patch)
treeba1ba512806e08af0aeacf8c36993c5ed679715f
parent6d23c5adfd83f26c9fd80302342ae8ce420d8a12 (diff)
fix compile bug, bad me
-rw-r--r--Carpet/CarpetLib/src/dh.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/dh.cc b/Carpet/CarpetLib/src/dh.cc
index 31c60876f..a9c5a9b31 100644
--- a/Carpet/CarpetLib/src/dh.cc
+++ b/Carpet/CarpetLib/src/dh.cc
@@ -1065,7 +1065,7 @@ regrid (bool const do_init)
#warning "TODO: Ensure that the restriction boundaries and the restricted region are contained in the restricted region"
// Subtract the boundaries from the refined region
- ibset all_refined = allactive;
+ all_refined = allactive;
for (int d=0; d<dim; ++d) {
all_refined -= all_boundaries[d];
}
@@ -1375,7 +1375,6 @@ regrid (bool const do_init)
} // for dir
} // for lc
-#endif
#if 0
for (int lc = 0; lc < h.local_components(rl); ++ lc) {