aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-06-18 13:31:11 -0700
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:27 +0100
commit9e4a198aa26c46c7bf3e60bfbe8f8084d4c8d07a (patch)
tree0f198458361ce97cb01db25e497bf937f89d2b09 /Carpet
parent5daab004d4e59861e49021892164fd9e55eb309d (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.
Diffstat (limited to 'Carpet')
-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: {