summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-06 12:01:46 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-06 12:01:46 +0000
commit83b01dd3b6799cbd5cd15b47b6daaa7cb9f2429e (patch)
tree10435477d2987f486347c3e038c31811101fca69 /src
parent94002a595fd30f1734bf82b269980f351d469728 (diff)
Removing definethorn.h
Adding _USE_CCTK_ARGUMENTS ... but doesn't work yet git-svn-id: http://svn.cactuscode.org/flesh/trunk@1141 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src')
-rw-r--r--src/include/cctk.h22
1 files changed, 18 insertions, 4 deletions
diff --git a/src/include/cctk.h b/src/include/cctk.h
index 96f553cc..ea5008e2 100644
--- a/src/include/cctk.h
+++ b/src/include/cctk.h
@@ -15,10 +15,6 @@
#include "config.h"
-/* The thorn definitions #define <PACKAGE>_<THORN> */
-
-#include "definethorn.h"
-
/* Define which thorn the file is in */
#include "definethisthorn.h"
@@ -114,6 +110,24 @@
int cctk_iteration=cctkGH->cctk_iteration;
+#define _USE_CCTK_CARGUMENTS\
+ (void *)cctk_dim;\
+ (void *)cctk_gsh;\
+ (void *)cctk_lsh;\
+ (void *)cctk_lbnd;\
+ (void *)cctk_ubnd;\
+ (void *)cctk_from;\
+ (void *)cctk_to;\
+ (void *)cctk_bbox;\
+ (void )cctk_delta_time;\
+ (void )cctk_time;\
+ (void *)cctk_delta_space;\
+ (void *)cctk_origin_space;\
+ (void *)cctk_levfac;\
+ (void *)cctk_convlevel;\
+ (void *)cctk_nghostzones;\
+ (void *)cctk_iteration;
+
#define _INITIALISE_CCTK_C2F
#define _DECLARE_CCTK_C2F
#define _PASS_CCTK_C2F(xGH) &((xGH)->cctk_dim),\