summaryrefslogtreecommitdiff
path: root/src/include/cGH.h
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-10-28 13:48:26 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-10-28 13:48:26 +0000
commit9384d5ead61eeb13ff4be9f182d328081e3af018 (patch)
treed939345f7ba2f2ebd5038aab37c13e76e30aad19 /src/include/cGH.h
parenta31931c369a680cc3abd31f75be611521718d815 (diff)
Change the way in which pointers are passed to and from Fortran.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3446 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cGH.h')
-rw-r--r--src/include/cGH.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/cGH.h b/src/include/cGH.h
index 0fa98a9c..2ff557d6 100644
--- a/src/include/cGH.h
+++ b/src/include/cGH.h
@@ -21,8 +21,13 @@ typedef struct
char comm;
} cGHGroupData;
-typedef struct
+typedef struct _cGH
{
+ /* Pointer to self. This is a temporary measure to provide a safety
+ net while the passing of pointers to and from Fortran is
+ changed. */
+ struct _cGH *self;
+
int cctk_dim;
int cctk_iteration;