aboutsummaryrefslogtreecommitdiff
path: root/src/pugh_Comm.h
diff options
context:
space:
mode:
authorlanfer <lanfer@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-17 15:44:13 +0000
committerlanfer <lanfer@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-17 15:44:13 +0000
commit9327965ee7c2b935f823cd82015949d44e458227 (patch)
treeb33006d9e09f5e45af6c16cd40eb212cac12b323 /src/pugh_Comm.h
parent57df312b3027097a588b3782c9553471b82e3554 (diff)
overloading CCTK_Exit with: int pugh_Exit(int retval, cGH *GH)
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@178 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/pugh_Comm.h')
-rw-r--r--src/pugh_Comm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pugh_Comm.h b/src/pugh_Comm.h
index e016d91..0ed74d6 100644
--- a/src/pugh_Comm.h
+++ b/src/pugh_Comm.h
@@ -43,7 +43,7 @@ int pugh_Interp(cGH *GH,
...);
int pugh_ParallelInit(cGH *GH);
-int pugh_Exit(cGH *GH);
+int pugh_Exit(int retval, cGH *GH);
int pugh_Abort(cGH *GH);
int pugh_MyProc(cGH *GH);