From 37189ac499aac538da2084f5107dc9f00e46ff28 Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 30 Jul 1999 15:42:12 +0000 Subject: Prototype that I thought might make some warnings go away, but it didn't git-svn-id: http://svn.cactuscode.org/flesh/trunk@837 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_Interp.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/include/cctk_Interp.h b/src/include/cctk_Interp.h index 9bd1317f..f3398741 100644 --- a/src/include/cctk_Interp.h +++ b/src/include/cctk_Interp.h @@ -49,6 +49,13 @@ int CCTK_GetInterpHandle(const char *interp); int CCTK_RegisterInterpOperator(int (*function)(REGISTER_INTERP_ARGLIST), const char *name); +int CCTK_Interp(cGH *GH, + int operation_handle, + int nPoints, + int nDims, + int nInFields, + int nOutFields, + ...); #ifdef __cplusplus } -- cgit v1.2.3