summaryrefslogtreecommitdiff
path: root/src/include/cctk.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-03-16 10:21:28 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-03-16 10:21:28 +0000
commitc858e66dc88555daee0a821e310cb057c9f1b4d8 (patch)
tree2bb1cb6535d812323339a8078e52302982564c5e /src/include/cctk.h
parent34768f087a0e5aae1dd5e546ecc1697f2032e88e (diff)
Had to add iteration to the arguement lists for ADM ... but it seems like
overkill when all ADM wants to know is it the first timestep or not. git-svn-id: http://svn.cactuscode.org/flesh/trunk@398 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk.h')
-rw-r--r--src/include/cctk.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/cctk.h b/src/include/cctk.h
index 181f93de..12e17c2b 100644
--- a/src/include/cctk.h
+++ b/src/include/cctk.h
@@ -19,7 +19,7 @@
/* Define some stuff */
#ifdef FCODE
-#define _CCTK_FARGUMENTS dim, global_sh, sh, lb, ub, bbox, delta_time, time, delta_space, levfac, convlevel, nghostzones, GH
+#define _CCTK_FARGUMENTS dim, global_sh, sh, lb, ub, bbox, delta_time, time, delta_space, levfac, convlevel, nghostzones, iteration, GH
#define _DECLARE_CCTK_FARGUMENTS INTEGER dim&&\
INTEGER global_sh(dim)&&\
INTEGER sh(dim), lb(dim), ub(dim), bbox(2*dim)&&\
@@ -27,6 +27,7 @@
INTEGER levfac&&\
INTEGER convlevel&&\
INTEGER nghostzones&&\
+ INTEGER iteration&&\
POINTER GH&&\
#endif /*FCODE*/
@@ -41,6 +42,7 @@
&((xGH)->levfac),\
&((xGH)->convlevel),\
&((xGH)->nghostzones),\
+ &((xGH)->iteration),\
(xGH)
#define _CCTK_C2F_PROTO int *,\
int *,\
@@ -49,6 +51,7 @@
int *,\
int *,\
int *,\
+ unsigned long *,\
cGH *
#define CCTK_STORAGESIZE(xGH, group, dim) (CCTK_QueryGroupStorage(xGH,group) ?\