aboutsummaryrefslogtreecommitdiff
path: root/src/apply.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apply.c')
-rw-r--r--src/apply.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/apply.c b/src/apply.c
index be20dee..1d90697 100644
--- a/src/apply.c
+++ b/src/apply.c
@@ -269,7 +269,8 @@ BndReflectVI (cGH 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;