aboutsummaryrefslogtreecommitdiff
path: root/src/pughInterpGH.h
diff options
context:
space:
mode:
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,