summaryrefslogtreecommitdiff
path: root/src/include/cctk_Schedule.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-05-09 12:41:51 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-05-09 12:41:51 +0000
commite34ad1aaa5499f5d7e23f9ee23229cd9e6fd1303 (patch)
treeb681bdfb9842cb13276c633791be6a067f11c4d0 /src/include/cctk_Schedule.h
parent1b0f54a2159b752ea61165f49e82280ff1c91c65 (diff)
Added level mode:
a scheduled routine can have options associated with it. LEVEL mode is where the routine should only be called once for any set of sub-grids with the same cctk_levfac numbers. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3209 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Schedule.h')
-rw-r--r--src/include/cctk_Schedule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/cctk_Schedule.h b/src/include/cctk_Schedule.h
index e291aa5c..007bcc26 100644
--- a/src/include/cctk_Schedule.h
+++ b/src/include/cctk_Schedule.h
@@ -30,6 +30,7 @@ typedef struct
/* Option Flags */
int global;
+ int level;
/* The last items should be considered volatile and may
not stay here */