aboutsummaryrefslogtreecommitdiff
path: root/src/include/pGH.h
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-06-04 10:10:52 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-06-04 10:10:52 +0000
commit3b4b491b43144baafbadea456a36281fa30dcaca (patch)
tree8bcb6213e418ede3cf70373c423636286b5ff76f /src/include/pGH.h
parent292f55525a2715728fdb22c11e3831b0f185ab25 (diff)
Removed GHList (it was defined in pugh but not used). Now thorns,
like BAM_Elliptic, which want to use it must define it themselves. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@54 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include/pGH.h')
-rw-r--r--src/include/pGH.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/include/pGH.h b/src/include/pGH.h
index 773cb35..f7d91a5 100644
--- a/src/include/pGH.h
+++ b/src/include/pGH.h
@@ -119,17 +119,6 @@ typedef struct PGH {
*/
} pGH;
-
-/* This defines a single linked list of grid structures */
-/* the first item has level=0, next level=1, etc.. */
-
-typedef struct pGHLIST {
- pGH *GH;
- struct pGHLIST *next;
-} pGHList;
-
-
-
#define XDP 1
#define XDM 0
#define YDP 3