aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2012-11-21 16:53:43 +0000
committereschnett <eschnett@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2012-11-21 16:53:43 +0000
commitc3314252cbc6ca838908b37205022af7de2d74b9 (patch)
tree9909bdb351ff0b8e9d2af2f1452bf873f09f22f2
parentb4eed73423df903b240b7e13a85c15c23ebda43c (diff)
Remove unused variable
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry90/trunk@81 c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5
-rw-r--r--src/interpolate.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/interpolate.c b/src/interpolate.c
index 3c73174..4594844 100644
--- a/src/interpolate.c
+++ b/src/interpolate.c
@@ -388,7 +388,7 @@ Rot90_CheckTensorTypes (CCTK_ARGUMENTS)
/* Symmetry interpolation */
CCTK_INT
-Rot90_SymmetryInterpolate (CCTK_POINTER_TO_CONST const cctkGH_,
+Rot90_SymmetryInterpolate (CCTK_POINTER_TO_CONST const cctkGH,
CCTK_INT const N_dims,
CCTK_INT const local_interp_handle,
CCTK_INT const param_table_handle,
@@ -403,8 +403,6 @@ Rot90_SymmetryInterpolate (CCTK_POINTER_TO_CONST const cctkGH_,
CCTK_POINTER const output_arrays[],
CCTK_INT const faces)
{
- cGH const * restrict const cctkGH = cctkGH_;
-
CCTK_POINTER new_interp_coords[DIM];
CCTK_POINTER * restrict new_output_arrays;
CCTK_INT new_faces;
@@ -501,7 +499,7 @@ Rot90_SymmetryInterpolate (CCTK_POINTER_TO_CONST const cctkGH_,
/* Recursive call */
iret = SymmetryInterpolateFaces
- (cctkGH_, N_dims,
+ (cctkGH, N_dims,
local_interp_handle, param_table_handle, coord_system_handle,
N_interp_points, interp_coords_type, new_interp_coords,
N_input_arrays, input_array_indices,