aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/CarpetLib/src/dh.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/Carpet/CarpetLib/src/dh.cc b/Carpet/CarpetLib/src/dh.cc
index 8e93b8705..7b8250839 100644
--- a/Carpet/CarpetLib/src/dh.cc
+++ b/Carpet/CarpetLib/src/dh.cc
@@ -1045,14 +1045,6 @@ regrid (bool const do_init)
ibset const tmp3 = tmp2.expand(1,1);
ibset const tmp4 = all_target - tmp3;
allrestricted = tmp4;
- //cout << "source=" << source << "\n"
- // << "target=" << target << "\n"
- // << "all_source=" << all_source << "\n"
- // << "all_target=" << all_target << "\n"
- // << "tmp1=" << tmp1 << "\n"
- // << "tmp2=" << tmp2 << "\n"
- // << "tmp3=" << tmp3 << "\n"
- // << "allrestricted=" << allrestricted << "\n";
break;
}
default: