summaryrefslogtreecommitdiff
path: root/src/include/cGH.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-06 00:39:37 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-06 00:39:37 +0000
commit9aef558f78099872a53d85e8d8f10e3155cc0d8d (patch)
tree065ef7ccdb908a54b47d71dfd94cb8c9d5c312eb /src/include/cGH.h
parent7038aa4a14073fcdd0d041d0aea6a485e554e1f7 (diff)
Adding coordinate origin temporarily to the GH
git-svn-id: http://svn.cactuscode.org/flesh/trunk@440 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cGH.h')
-rw-r--r--src/include/cGH.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/cGH.h b/src/include/cGH.h
index b9b593ba..5bc75663 100644
--- a/src/include/cGH.h
+++ b/src/include/cGH.h
@@ -34,6 +34,9 @@ typedef struct
Double delta_time;
Double *delta_space;
+ /* FIXME we want coordinate registration instead of this */
+ Double *origin_space;
+
/* The bounding box - 1 => a real boundary, 0 => a local grid boundary. */
/* bbox[2*dim] */
int *bbox;