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 cb58ba9..684dc1f 100644
--- a/src/interpolate.c
+++ b/src/interpolate.c
@@ -234,7 +234,8 @@ ReflectionSymmetry_Interpolate (CCTK_POINTER_TO_CONST restrict const cctkGH_,
ttype = SCALAR;
tcomponent = 0;
}
- else if (CCTK_EQUALS (tensortypealias, "u"))
+ else if (CCTK_EQUALS (tensortypealias, "u")
+ || CCTK_EQUALS (tensortypealias, "d"))
{
/* vector */
assert (numvars == 3);