summaryrefslogtreecommitdiff
path: root/src/comm/CactusDefaultComm.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-14 23:38:45 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-14 23:38:45 +0000
commitf280d0206310ba318bfb3ef3dba3a6b01f02677e (patch)
treebf60c36b8a5ec0422e450fbebee47517d9d982fb /src/comm/CactusDefaultComm.c
parent917b281844d69e3da634fd0cc488f8e6b7c204a4 (diff)
Change arguments for default CCTK_Exit
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1744 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm/CactusDefaultComm.c')
-rw-r--r--src/comm/CactusDefaultComm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c
index 6f5d221a..ccbc203d 100644
--- a/src/comm/CactusDefaultComm.c
+++ b/src/comm/CactusDefaultComm.c
@@ -286,7 +286,7 @@ int CactusDefaultnProcs(cGH *GH)
@endhistory
@@*/
-int CactusDefaultExit(int retval, cGH *GH)
+int CactusDefaultExit(cGH *GH, int retval)
{
#ifdef MPI
if(MPI_Active)