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