summaryrefslogtreecommitdiff
path: root/src/comm/CactusDefaultComm.c
diff options
context:
space:
mode:
authorlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-24 11:25:30 +0000
committerlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-24 11:25:30 +0000
commit70811fe8ff28accb84fd23bf9217fab2ef61652b (patch)
tree9d2d13c0177e3422dd0e81c9f00e82ace1f655d2 /src/comm/CactusDefaultComm.c
parent81a9d869882b44de96f229d1e834b5bb5d2c17ce (diff)
default barrier
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1493 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm/CactusDefaultComm.c')
-rw-r--r--src/comm/CactusDefaultComm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c
index 2dc6e0ab..b33ec88b 100644
--- a/src/comm/CactusDefaultComm.c
+++ b/src/comm/CactusDefaultComm.c
@@ -250,3 +250,8 @@ int CactusDefaultExit(int retval, cGH *GH)
#endif
exit(retval);
}
+
+int CactusDefaultBarrier(cGH *GH)
+{
+ return(0);
+}