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
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:26:25 +0000
commit04b7e40820bc9cd06ecb3325a2ec2d700a882f08 (patch)
tree90ce5d4390e95e9a55d45c9451f87ed0aebad233 /Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc
parentc1fb1d45924159fa8fe96cfbfdcd6cdc5e6d0bc3 (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));