aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-06-14 14:50:59 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-06-14 14:50:59 +0000
commit0330fc422ae6c75352bfa04add912abb90298c17 (patch)
treec4e442d3cb08aaaadd78b79b9a6ed4633794e721 /src/include
parentd7ef9dc3eb2dec7f338d77bcd435a4e86d386529 (diff)
Added coordinate information again to the pGH structure since it's needed
by BAM. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@335 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pGH.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/pGH.h b/src/include/pGH.h
index 2648c46..f21db09 100644
--- a/src/include/pGH.h
+++ b/src/include/pGH.h
@@ -36,6 +36,10 @@ typedef struct PGH
int forceSync; /* force synchronisation of GFs with storage */
+ /* Coordinate information */
+ /* FIXME: this is only needed for BAM */
+ CCTK_REAL dx0, dy0, dz0, dt0; /* Delta of our system */
+
/* Identification for a pGH */
int level; /* level in Berger-Oliger stack */
int mglevel; /* level in multigrid stack */