aboutsummaryrefslogtreecommitdiff
path: root/src/pughInterpGH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pughInterpGH.h')
-rw-r--r--src/pughInterpGH.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/pughInterpGH.h b/src/pughInterpGH.h
index 871cf22..4e94a18 100644
--- a/src/pughInterpGH.h
+++ b/src/pughInterpGH.h
@@ -47,6 +47,25 @@ int PUGHInterp_InterpGridArrays (const cGH *GH,
const CCTK_INT output_array_types[],
void *const output_arrays[]);
+
+/* prototype of PUGHInterp's routine which provides the aliased
+ function DriverInterpolate */
+CCTK_INT
+PUGHInterp_DriverInterpolate (CCTK_POINTER_TO_CONST const GH_,
+ CCTK_INT const N_dims,
+ CCTK_INT const local_interp_handle,
+ CCTK_INT const param_table_handle,
+ CCTK_INT const coord_system_handle,
+ CCTK_INT const N_points,
+ CCTK_INT const interp_coords_type,
+ CCTK_POINTER_TO_CONST const interp_coords [],
+ CCTK_INT const N_input_arrays,
+ CCTK_INT const input_array_indices [],
+ CCTK_INT const N_output_arrays,
+ CCTK_INT const output_array_types [],
+ CCTK_POINTER const output_arrays []);
+
+
#ifdef __cplusplus
} // extern "C"
#endif