aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@082bdb00-0f4f-0410-b49e-b1835e5f2039>2012-11-21 16:13:01 +0000
committereschnett <eschnett@082bdb00-0f4f-0410-b49e-b1835e5f2039>2012-11-21 16:13:01 +0000
commit2ae4179c764b084dd773c0c5d2d97d095fbd7ad7 (patch)
tree689268fc1ec47bc22e97e76095f82f4b03e6f45b
parent2bdcea225a9136633ddb97310107b4d1639f128b (diff)
Remove unused variable
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/ReflectionSymmetry/trunk@54 082bdb00-0f4f-0410-b49e-b1835e5f2039
-rw-r--r--src/interpolate.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/interpolate.c b/src/interpolate.c
index 8c1f61b..8362db4 100644
--- a/src/interpolate.c
+++ b/src/interpolate.c
@@ -14,7 +14,7 @@
CCTK_INT
-ReflectionSymmetry_Interpolate (CCTK_POINTER_TO_CONST restrict const cctkGH_,
+ReflectionSymmetry_Interpolate (CCTK_POINTER_TO_CONST restrict const cctkGH,
CCTK_INT const N_dims,
CCTK_INT const local_interp_handle,
CCTK_INT const param_table_handle,
@@ -29,7 +29,6 @@ ReflectionSymmetry_Interpolate (CCTK_POINTER_TO_CONST restrict const cctkGH_,
CCTK_POINTER restrict const output_arrays[],
CCTK_INT const faces)
{
- cGH const * restrict const cctkGH = cctkGH_;
DECLARE_CCTK_PARAMETERS;
int do_reflection[6];
@@ -95,7 +94,7 @@ ReflectionSymmetry_Interpolate (CCTK_POINTER_TO_CONST restrict const cctkGH_,
/* Recursive call */
iret = SymmetryInterpolateFaces
- (cctkGH_,
+ (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,