aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@082bdb00-0f4f-0410-b49e-b1835e5f2039>2006-10-25 14:24:30 +0000
committerschnetter <schnetter@082bdb00-0f4f-0410-b49e-b1835e5f2039>2006-10-25 14:24:30 +0000
commitcb9cc4334ddc7cc491a01177f97d0e8f455bbc04 (patch)
treef5bec41f5e51a7fc5d369a707beeff4c5c150c9b
parent54620b9361553333aeec9f43a20ab87d5ac1dcbf (diff)
Correct Weyl scalar parties.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/ReflectionSymmetry/trunk@18 082bdb00-0f4f-0410-b49e-b1835e5f2039
-rw-r--r--src/apply.c8
-rw-r--r--src/interpolate.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/src/apply.c b/src/apply.c
index 50854d0..1f71e1b 100644
--- a/src/apply.c
+++ b/src/apply.c
@@ -380,12 +380,12 @@ BndReflectVI (cGH const * restrict const cctkGH,
static int const weylparities[10][3] =
{{+1,+1,+1},
{-1,-1,-1},
- {+1,+1,-1},
- {-1,-1,+1},
{+1,+1,+1},
{-1,-1,-1},
- {+1,+1,-1},
- {-1,-1,+1},
+ {+1,+1,+1},
+ {-1,-1,-1},
+ {+1,+1,+1},
+ {-1,-1,-1},
{+1,+1,+1},
{-1,-1,-1}};
parity *= weylparities[tcomponent][dir];
diff --git a/src/interpolate.c b/src/interpolate.c
index 7c8831e..e4c242d 100644
--- a/src/interpolate.c
+++ b/src/interpolate.c
@@ -322,12 +322,12 @@ ReflectionSymmetry_Interpolate (CCTK_POINTER_TO_CONST restrict const cctkGH_,
static int const weylparities[10][3] =
{{+1,+1,+1},
{-1,-1,-1},
- {+1,+1,-1},
- {-1,-1,+1},
{+1,+1,+1},
{-1,-1,-1},
- {+1,+1,-1},
- {-1,-1,+1},
+ {+1,+1,+1},
+ {-1,-1,-1},
+ {+1,+1,+1},
+ {-1,-1,-1},
{+1,+1,+1},
{-1,-1,-1}};
for (dir=0; dir<3; ++dir) {