From 3b507dc39a18e151bd6ed040664ac93a8fbe7c85 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 4 May 2005 15:10:10 +0000 Subject: Handle the tensor type alias "d". git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/ReflectionSymmetry/trunk@8 082bdb00-0f4f-0410-b49e-b1835e5f2039 --- src/interpolate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/interpolate.c') 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); -- cgit v1.2.3