From cb9cc4334ddc7cc491a01177f97d0e8f455bbc04 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 25 Oct 2006 14:24:30 +0000 Subject: Correct Weyl scalar parties. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/ReflectionSymmetry/trunk@18 082bdb00-0f4f-0410-b49e-b1835e5f2039 --- src/apply.c | 8 ++++---- src/interpolate.c | 8 ++++---- 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) { -- cgit v1.2.3