summaryrefslogtreecommitdiff
path: root/src/comm
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-02-24 17:23:19 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-02-24 17:23:19 +0000
commit3042fe913f3928e9e561e75d4c63c93baa7c9390 (patch)
tree263f6df8184b5d5824529be529a683798f738ea4 /src/comm
parenta288be1a1cf1dc3eb547d85483f691cd246ec6fd (diff)
use OVERLOAD_INITIALISE instead of OVERLOAD_CHECK
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2059 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm')
-rw-r--r--src/comm/OverloadComm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comm/OverloadComm.c b/src/comm/OverloadComm.c
index 3aaf5ab8..ad67682e 100644
--- a/src/comm/OverloadComm.c
+++ b/src/comm/OverloadComm.c
@@ -73,7 +73,7 @@ CCTK_FILEVERSION(comm_OverloadComm_c)
int CCTKi_SetupCommFunctions(void)
{
-#define OVERLOADABLE(name) OVERLOADABLE_CHECK(name)
+#define OVERLOADABLE(name) OVERLOADABLE_INITIALISE(name)
/* Deal seperately with the SetupGH routine */
#define CCTKi_DummyAbort CactusDefaultAbort