summaryrefslogtreecommitdiff
path: root/src/include/cctk_Flesh.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-23 17:06:33 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-23 17:06:33 +0000
commitc02dbf13eff5dcf0a3dfac4212c7272dd54065fe (patch)
tree243f2a38baa74cc26d4451b9d49c36d16512ba23 /src/include/cctk_Flesh.h
parentd31a4b7b151a521c63a6e534d075157a23b54a75 (diff)
Some tidying up.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1163 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Flesh.h')
-rw-r--r--src/include/cctk_Flesh.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/src/include/cctk_Flesh.h b/src/include/cctk_Flesh.h
index 6b0c80b8..883cd5a2 100644
--- a/src/include/cctk_Flesh.h
+++ b/src/include/cctk_Flesh.h
@@ -18,48 +18,6 @@
/* Typedefs */
-typedef struct
-{
- int dummy;
- char *name;
-} cGF;
-
-typedef struct
-{
- char *name;
- int number;
-
- /* dimensional_comm_array[dim] */
- char *dimensional_comm_array;
-} cVariableDefinition;
-
-typedef struct
-{
- /* The various names of the thing. */
-
- char *thorn;
- char *implementation;
- char *name;
-
- /* The group number. */
- int number;
-
- /* The types. */
- int gtype;
-
- int vtype;
-
- int gscope;
-
- int dim;
-
- int n_timelevels;
-
- int n_variables;
-
- /* variables[n_variables] */
- cVariableDefinition *variables;
-} cGroupDefinition;
typedef struct
{