aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-06-18 13:31:11 -0700
committerRoland Haas <roland.haas@physics.gatech.edu>2012-06-18 13:31:11 -0700
commit76f9798acb47fcf2362fbf5bdcf9db2ef419f578 (patch)
tree10ddc6d70162131d0d4df5eafa8914caaf250f0b
parent4a088ea27132615dec27f00ea035aeb463d5ecfa (diff)
CarpetLib: remove comment about not supporting overlaps in vertex
centering since CarpetLib does and the comment is a leftover from an older implementation of the functionality.
-rw-r--r--Carpet/CarpetLib/src/dh.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/dh.cc b/Carpet/CarpetLib/src/dh.cc
index 2bb4de470..1892336c1 100644
--- a/Carpet/CarpetLib/src/dh.cc
+++ b/Carpet/CarpetLib/src/dh.cc
@@ -1001,7 +1001,6 @@ regrid (bool const do_init)
ibset allrestricted;
switch (h.refcent) {
case vertex_centered:
- // TODO: support this
allrestricted = allactive.contracted_for(odomext);
break;
case cell_centered: {