aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/interpolate.c8
-rw-r--r--src/rotatingsymmetry180.c8
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) {