From aa0d3f17650a11c2f330493f212cf99b4b5ef7f7 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Thu, 21 Sep 2006 00:50:00 +0000 Subject: CarpetInterp: Remove unused function arguments Remove unused arguments from function interpolate_single_component. darcs-hash:20060921005003-dae7b-4e89a6f68749255dee2e849c090a00369e6f465e.gz --- Carpet/CarpetInterp/src/interp.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Carpet/CarpetInterp') diff --git a/Carpet/CarpetInterp/src/interp.cc b/Carpet/CarpetInterp/src/interp.cc index 441616488..218530424 100644 --- a/Carpet/CarpetInterp/src/interp.cc +++ b/Carpet/CarpetInterp/src/interp.cc @@ -122,9 +122,6 @@ namespace CarpetInterp { interpolate_single_component (cGH const * const cctkGH, int const coord_system_handle, int const coord_group, - int const minrl, - int const maxrl, - int const maxncomps, int const N_dims, int const npoints, CCTK_REAL const* const coords, @@ -971,7 +968,7 @@ namespace CarpetInterp { if (homecnts[idx] > 0) { interpolate_single_component (cctkGH, coord_system_handle, coord_group, - minrl, maxrl, maxncomps, N_dims, + N_dims, homecnts[idx], coords[idx], outputs[idx], per_proc_statuses[p], per_proc_retvals[p], operand_indices, time_deriv_order, interp_num_time_levels, @@ -1142,9 +1139,6 @@ namespace CarpetInterp { interpolate_single_component (cGH const* const cctkGH, int const coord_system_handle, int const coord_group, - int const minrl, - int const maxrl, - int const maxncomps, int const N_dims, int const npoints, CCTK_REAL const* const coords, -- cgit v1.2.3