summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-05-13 17:42:01 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-05-13 17:42:01 +0000
commitb9f63a7a802137922a45011b634d215964cb44bc (patch)
tree3c53a02d975e584ab2092da6276689e576d636d9 /src/include
parent6c1ead79b4146d46768677689f097f5c5a51cb87 (diff)
Removed CCTK_Reduce from Overloadable functions since it isn't anymore.
It is in src/comm . Perhaps it should still be overloadable since everything else is. git-svn-id: http://svn.cactuscode.org/flesh/trunk@528 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include')
-rw-r--r--src/include/CommOverloadables.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/include/CommOverloadables.h b/src/include/CommOverloadables.h
index 71915cf0..97959600 100644
--- a/src/include/CommOverloadables.h
+++ b/src/include/CommOverloadables.h
@@ -42,17 +42,6 @@ OVERLOADABLE(GetnProcs)
void **outarray, \
...
-OVERLOADABLE(Reduce)
-
-#undef ARGUMENTS
-#define ARGUMENTS cGH *GH, \
- const char *operation, \
- int n_coords, \
- int n_infields, \
- int n_outfields, \
- int n_points, \
- int type, \
- ...
OVERLOADABLE(Interp)