summaryrefslogtreecommitdiff
path: root/src/include/CommOverloadables.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-01 15:10:58 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-01 15:10:58 +0000
commitbd756d9d72dc44c7e9da6050ee32cc6313cca4c0 (patch)
tree6d8f6fbd8f53802296f50b9c1116218e5d44dd52 /src/include/CommOverloadables.h
parent686e23ae66cffcaa023c9203bb8c6b73106e7ee2 (diff)
Changed arguments for Interp back to original values.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@540 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/CommOverloadables.h')
-rw-r--r--src/include/CommOverloadables.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/include/CommOverloadables.h b/src/include/CommOverloadables.h
index 97959600..08383f92 100644
--- a/src/include/CommOverloadables.h
+++ b/src/include/CommOverloadables.h
@@ -34,15 +34,16 @@ OVERLOADABLE(GetMyProc)
OVERLOADABLE(GetnProcs)
#undef ARGUMENTS
-#define ARGUMENTS cGH *GH, \
- const char *operation, \
- int n_infields, \
- int n_outfields, \
- int out_type, \
- void **outarray, \
- ...
-
+#define ARGUMENTS cGH *GH, \
+ const char *operation, \
+ int n_coords, \
+ int n_infields, \
+ int n_outfields, \
+ int n_points, \
+ int type, \
+ ...
+
OVERLOADABLE(Interp)
#undef ARGUMENTS