aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet_public.h
diff options
context:
space:
mode:
authorschnetter <>2003-05-27 10:01:00 +0000
committerschnetter <>2003-05-27 10:01:00 +0000
commit343af5d6432feecd65a217c3cb1731394b55d315 (patch)
tree273d767c7d9bcfc46da6cc170309e47fbd023ef6 /Carpet/Carpet/src/carpet_public.h
parentbd3359be3716a5fcc8d1024e5e1526090692a4d8 (diff)
When initialising each timelevel, treat only the last round (at t=0)
When initialising each timelevel, treat only the last round (at t=0) as global. Add routines to call level mode and local mode routines from global mode and level mode. Do not pass lsh=0 in global mode and level mode. darcs-hash:20030527100111-07bb3-495c4454473fe64d62730a5370fada3787424ad9.gz
Diffstat (limited to 'Carpet/Carpet/src/carpet_public.h')
-rw-r--r--Carpet/Carpet/src/carpet_public.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/carpet_public.h b/Carpet/Carpet/src/carpet_public.h
index cd28741fc..938c7a364 100644
--- a/Carpet/Carpet/src/carpet_public.h
+++ b/Carpet/Carpet/src/carpet_public.h
@@ -1,4 +1,4 @@
-/* $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet_public.h,v 1.8 2003/05/02 14:22:32 schnetter Exp $ */
+/* $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet_public.h,v 1.9 2003/05/27 12:01:11 schnetter Exp $ */
#ifndef CARPET_PUBLIC_H
#define CARPET_PUBLIC_H
@@ -26,6 +26,10 @@ namespace Carpet {
/* Call a local function */
int CallLocalFunction (cGH * const cgh,
void (* const function) (cGH * const cgh));
+ int CallLevelFunction (cGH * const cgh,
+ void (* const function) (cGH * const cgh));
+ int CallGlobalFunction (cGH * const cgh,
+ void (* const function) (cGH * const cgh));