aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {