aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@20f44201-0f4f-0410-9130-e5fc2714a787>2012-11-21 16:14:21 +0000
committereschnett <eschnett@20f44201-0f4f-0410-9130-e5fc2714a787>2012-11-21 16:14:21 +0000
commit66babe2264d5f156a8c220f321a5b3da65d9c96f (patch)
tree6b4f5e1d739d2886af06c0769ed430941472c120
parent7b763e387e6eceba5b1f3c5242755ef65c00d780 (diff)
Remove unused variable
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry180/trunk@83 20f44201-0f4f-0410-9130-e5fc2714a787
-rw-r--r--src/interpolate.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/interpolate.c b/src/interpolate.c
index 0d51359..9b8887e 100644
--- a/src/interpolate.c
+++ b/src/interpolate.c
@@ -128,7 +128,7 @@ Rot180_CheckTensorTypes (CCTK_ARGUMENTS)
/* Symmetry interpolation */
CCTK_INT
-Rot180_SymmetryInterpolate (CCTK_POINTER_TO_CONST const cctkGH_,
+Rot180_SymmetryInterpolate (CCTK_POINTER_TO_CONST const cctkGH,
CCTK_INT const N_dims,
CCTK_INT const local_interp_handle,
CCTK_INT const param_table_handle,
@@ -143,7 +143,6 @@ Rot180_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[3];
CCTK_INT new_faces;
CCTK_INT * restrict operand_indices;
@@ -200,7 +199,7 @@ Rot180_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,