summaryrefslogtreecommitdiff
path: root/src/include/cctk_Interp.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-30 15:42:12 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-30 15:42:12 +0000
commit37189ac499aac538da2084f5107dc9f00e46ff28 (patch)
tree4ed53819bdc82de34c24c369e0ca35ea898467ec /src/include/cctk_Interp.h
parent0790a27d64a97830a907689f726ab42fc19b1535 (diff)
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
Diffstat (limited to 'src/include/cctk_Interp.h')
-rw-r--r--src/include/cctk_Interp.h7
1 files changed, 7 insertions, 0 deletions
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
}