aboutsummaryrefslogtreecommitdiff
path: root/src/pughInterpGH.h
diff options
context:
space:
mode:
authortradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2002-05-29 13:23:03 +0000
committertradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2002-05-29 13:23:03 +0000
commitd22189e957dcbbca1524894aeb10919055ab0f1a (patch)
tree4788cea961728197183cb513632efbe9c9986edd /src/pughInterpGH.h
parent0a8843bcc1a893aa1dda05ee9af51bdbdb7188f6 (diff)
Removed the local interpolation operator from PUGHInterp. The code for this
lives in thorn LocalInterp now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@25 1c20744c-e24a-42ec-9533-f5004cb800e5
Diffstat (limited to 'src/pughInterpGH.h')
-rw-r--r--src/pughInterpGH.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/pughInterpGH.h b/src/pughInterpGH.h
index c9187ff..23dc6ef 100644
--- a/src/pughInterpGH.h
+++ b/src/pughInterpGH.h
@@ -40,22 +40,6 @@ int PUGHInterp_InterpGV (cGH *GH,
void *const out_arrays[],
const int out_array_types[]);
-int PUGHInterp_InterpLocal (cGH *GH,
- int order,
- int num_points,
- int num_dims,
- int num_in_arrays,
- int num_out_arrays,
- const int coord_dims[],
- const void *const coord_arrays[],
- const int coord_array_types[],
- const void *const interp_coord_arrays[],
- const int interp_coord_array_types[],
- const void *const in_arrays[],
- const int in_array_types[],
- void *const out_arrays[],
- const int out_array_types[]);
-
/* prototypes of routines used internally */
int PUGHInterp_Interpolate (int order,
int num_points,