aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Recompose.cc
diff options
context:
space:
mode:
authorChristian Reisswig <reisswig@tapir.caltech.edu>2011-11-25 14:30:17 -0800
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 19:55:01 +0000
commit97d0d01f080a36014a3cd0a7988ec2754025f641 (patch)
tree85e0b20e699f2a527772ccdd91d4d61ba273bc2c /Carpet/Carpet/src/Recompose.cc
parentbacf462840317b7a7d74809a639d474fba26e583 (diff)
Slight optimization of CC ENO operators.
Diffstat (limited to 'Carpet/Carpet/src/Recompose.cc')
-rw-r--r--Carpet/Carpet/src/Recompose.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/Recompose.cc b/Carpet/Carpet/src/Recompose.cc
index 81f967a3e..0a78e1f95 100644
--- a/Carpet/Carpet/src/Recompose.cc
+++ b/Carpet/Carpet/src/Recompose.cc
@@ -1470,7 +1470,6 @@ namespace Carpet {
int mydim = -1;
int nslices = -1;
if (no_split_direction!=-1 and not dims[no_split_direction]) {
- // Treat the no_split_direction first
mydim = no_split_direction;
nslices = 1;
} else {