aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc
diff options
context:
space:
mode:
authorChristian Reisswig <reisswig@tapir.caltech.edu>2011-06-07 17:41:56 -0700
committerChristian Reisswig <reisswig@tapir.caltech.edu>2011-06-07 17:41:56 -0700
commit40312b0b076541037ae09a4ca0399285f5910696 (patch)
tree056829a873dc9772b0ea074f67f60e226ec05a78 /Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc
parent8abe7595ae6630151e28ff8132f3fa08db5d6a6f (diff)
Correct index check for eno operators.
Diffstat (limited to 'Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc')
-rw-r--r--Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc b/Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc
index c24704298..19495a105 100644
--- a/Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc
+++ b/Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc
@@ -436,7 +436,6 @@ namespace CarpetLib {
size_t const k0 = srckoff / 2;
-
// size_t const srcdi = SRCIND3(1,0,0) - SRCIND3(0,0,0);
size_t const srcdi = 1;
assert (srcdi == SRCIND3(1,0,0) - SRCIND3(0,0,0));