aboutsummaryrefslogtreecommitdiff
path: root/src/interpolate.c
diff options
context:
space:
mode:
authorschnetter <schnetter@082bdb00-0f4f-0410-b49e-b1835e5f2039>2005-05-04 15:10:10 +0000
committerschnetter <schnetter@082bdb00-0f4f-0410-b49e-b1835e5f2039>2005-05-04 15:10:10 +0000
commit3b507dc39a18e151bd6ed040664ac93a8fbe7c85 (patch)
tree297ccc870b702af275a4f1eae68e61179c224e5e /src/interpolate.c
parente7932124fbc12a81b9a4bf5587c0c18394800f60 (diff)
Handle the tensor type alias "d".
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/ReflectionSymmetry/trunk@8 082bdb00-0f4f-0410-b49e-b1835e5f2039
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);