summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-08 15:08:57 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-08 15:08:57 +0000
commitb6bfe8707a811bc2c5a494b4f0ba0a2f954df243 (patch)
tree75cb77d5c9e4ec877565f617eafc5c1a7cb93690 /src
parente145c171593ceaecb4a756f04ade6e4eaca8aedf (diff)
CCTK_Interp is no longer overloadable
git-svn-id: http://svn.cactuscode.org/flesh/trunk@690 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src')
-rw-r--r--src/include/CommOverloadables.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/include/CommOverloadables.h b/src/include/CommOverloadables.h
index 3669c082..25910e44 100644
--- a/src/include/CommOverloadables.h
+++ b/src/include/CommOverloadables.h
@@ -34,19 +34,6 @@ OVERLOADABLE(MyProc)
OVERLOADABLE(nProcs)
#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)
-
-#undef ARGUMENTS
#define ARGUMENTS cGH *GH
OVERLOADABLE(ParallelInit)
OVERLOADABLE(Exit)