aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-09-21 00:50:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-09-21 00:50:00 +0000
commitaa0d3f17650a11c2f330493f212cf99b4b5ef7f7 (patch)
treecaa05e0b280cc2a24fe8b67f15971c6f4259d187 /Carpet/CarpetInterp
parenta9cce53a26dca6c9db70ef45e5eaeab151b40a57 (diff)
CarpetInterp: Remove unused function arguments
Remove unused arguments from function interpolate_single_component. darcs-hash:20060921005003-dae7b-4e89a6f68749255dee2e849c090a00369e6f465e.gz
Diffstat (limited to 'Carpet/CarpetInterp')
-rw-r--r--Carpet/CarpetInterp/src/interp.cc8
1 files changed, 1 insertions, 7 deletions
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,