From 98f2a11583f4947f502776b371372c384c98aa02 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 25 Oct 2006 14:24:45 +0000 Subject: Correct Weyl scalar parties. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry180/trunk@38 20f44201-0f4f-0410-9130-e5fc2714a787 --- src/interpolate.c | 8 ++++---- src/rotatingsymmetry180.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/interpolate.c b/src/interpolate.c index b673895..ff69f73 100644 --- a/src/interpolate.c +++ b/src/interpolate.c @@ -359,12 +359,12 @@ Rot180_SymmetryInterpolate (CCTK_POINTER_TO_CONST 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 (d=0; d<3; ++d) { diff --git a/src/rotatingsymmetry180.c b/src/rotatingsymmetry180.c index cf20492..df0f0a9 100644 --- a/src/rotatingsymmetry180.c +++ b/src/rotatingsymmetry180.c @@ -216,12 +216,12 @@ int BndRot180VI (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}}; for (d=0; d<3; ++d) { -- cgit v1.2.3