aboutsummaryrefslogtreecommitdiff
path: root/src/pughInterpGH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pughInterpGH.h')
-rw-r--r--src/pughInterpGH.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/pughInterpGH.h b/src/pughInterpGH.h
index e25b4f6..871cf22 100644
--- a/src/pughInterpGH.h
+++ b/src/pughInterpGH.h
@@ -47,33 +47,6 @@ int PUGHInterp_InterpGridArrays (const cGH *GH,
const CCTK_INT output_array_types[],
void *const output_arrays[]);
-/* prototypes of interpolation operators to be registered */
-int PUGHInterp_InterpGV (cGH *GH,
- int order,
- const char *coord_system,
- int num_points,
- int num_in_array_indices,
- int num_out_arrays,
- const void *const interp_coord_arrays[],
- const int interp_coord_array_types[],
- const int in_array_indices[],
- void *const out_arrays[],
- const int out_array_types[]);
-
-/* prototypes of routines used internally */
-int PUGHInterp_Interpolate (int order,
- int num_points,
- int num_dims,
- int num_arrays,
- const int dims[ /* num_dims */ ],
- const CCTK_REAL coord[ /* num_dims*num_points */ ],
- const CCTK_REAL origin[ /* num_dims */ ],
- const CCTK_REAL delta[ /* num_dims */ ],
- const int in_types[ /* num_arrays */ ],
- const void *const in_arrays[ /* num_arrays */ ],
- const int out_types[ /* num_arrays */ ],
- void *const out_arrays[ /* num_arrays */ ]);
-
#ifdef __cplusplus
} // extern "C"
#endif