summaryrefslogtreecommitdiff
path: root/src/include/cGH.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-23 16:59:45 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-23 16:59:45 +0000
commitfcb9e0fdddb53851bdcc384bd68062785393deca (patch)
tree0523203b72687f521aec63b553e125949b260f20 /src/include/cGH.h
parentf879ef22846f7c4636e18fb5866d5491d22ce929 (diff)
Added time to the GH for now
git-svn-id: http://svn.cactuscode.org/flesh/trunk@334 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cGH.h')
-rw-r--r--src/include/cGH.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/cGH.h b/src/include/cGH.h
index 1f086820..61520eb0 100644
--- a/src/include/cGH.h
+++ b/src/include/cGH.h
@@ -11,6 +11,7 @@
#ifndef _CGH_H_
#define _CGH_H_
+#include "cctk.h"
typedef struct
{
@@ -42,6 +43,9 @@ typedef struct
/* The number of ghostzones in each direction */
int nghostzones;
+ /* The coordinate time */
+ Double time;
+
/* data[var_num][xyz]*/
void ***data;