summaryrefslogtreecommitdiff
path: root/src/comm/RegisterCommFunction.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-15 16:01:40 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-15 16:01:40 +0000
commit558a9c363187881d367c90d7d60adaf2db05d60c (patch)
treed93630a1e98f7cb02cb5a06e5f9f739c591773d2 /src/comm/RegisterCommFunction.c
parent0aa6ff93505498fa6d801a9e490b873c8e72db50 (diff)
Set of changes/tidying up which will actually allow the code to run.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@59 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm/RegisterCommFunction.c')
-rw-r--r--src/comm/RegisterCommFunction.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/comm/RegisterCommFunction.c b/src/comm/RegisterCommFunction.c
index 41129f5d..51f099de 100644
--- a/src/comm/RegisterCommFunction.c
+++ b/src/comm/RegisterCommFunction.c
@@ -12,6 +12,7 @@
#include "flesh.h"
#include "RegisterKeyedFunction.h"
+#include "CactusCommFunctions.h"
#include "CactusCommDefaults.h"
static char *rcsid = "$Id$";
@@ -35,6 +36,7 @@ int (*ParallelFinalise)(tFleshConfig *);
int (*Reduce)(cGH *, int , int operation, void *result);
+
/* Array of functions */
static void (**functions)() = NULL;