aboutsummaryrefslogtreecommitdiff
path: root/src/interpolate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interpolate.c')
-rw-r--r--src/interpolate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interpolate.c b/src/interpolate.c
index 684dc1f..e1fe564 100644
--- a/src/interpolate.c
+++ b/src/interpolate.c
@@ -241,7 +241,8 @@ ReflectionSymmetry_Interpolate (CCTK_POINTER_TO_CONST restrict const cctkGH_,
assert (numvars == 3);
ttype = VECTOR;
tcomponent = vi - firstvar;
- } else if (CCTK_EQUALS (tensortypealias, "dd_sym")) {
+ } else if (CCTK_EQUALS (tensortypealias, "uu_sym")
+ || CCTK_EQUALS (tensortypealias, "dd_sym")) {
/* symmetric tensor */
assert (numvars == 6);
ttype = TENSOR;