From 2318af6e27cfe6298c73601e4b6da6d5ea62d218 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 20 Feb 2008 16:35:44 +0000 Subject: Remove usused variables git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/ReflectionSymmetry/trunk@21 082bdb00-0f4f-0410-b49e-b1835e5f2039 --- src/interpolate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interpolate.c b/src/interpolate.c index 84d0485..10da260 100644 --- a/src/interpolate.c +++ b/src/interpolate.c @@ -278,7 +278,7 @@ ReflectionSymmetry_Interpolate (CCTK_POINTER_TO_CONST restrict const cctkGH_, ttype = WEYLSCALARS_REAL; tcomponent = vi - firstvar; } else { - char * groupname = CCTK_GroupName(gi); + groupname = CCTK_GroupName(gi); assert (groupname); CCTK_VWarn (0, __LINE__, __FILE__, CCTK_THORNSTRING, "Illegal tensor type alias for group \"%s\"", @@ -364,7 +364,7 @@ ReflectionSymmetry_Interpolate (CCTK_POINTER_TO_CONST restrict const cctkGH_, { int code = operation_codes[m]; while (code) { - const int d = code % 10 - 1; + d = code % 10 - 1; code /= 10; assert (d>=0 && d<3); parities[d] *= -1; -- cgit v1.2.3