aboutsummaryrefslogtreecommitdiff
path: root/src/apply.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apply.c')
-rw-r--r--src/apply.c8
1 files changed, 4 insertions, 4 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];