summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-02 13:29:29 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-02 13:29:29 +0000
commitaa8934b70bd014d53b3db975d5ad1f9f5197f457 (patch)
treeaa377f7acf47442667f46df69a12f76c5af90b6b
parent43bdc0e9b36590af8cdcb6a4e3165db41615401b (diff)
Added rfr_top to the GH structure
git-svn-id: http://svn.cactuscode.org/flesh/trunk@176 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/include/flesh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/flesh.h b/src/include/flesh.h
index f2fef6af..41104ffe 100644
--- a/src/include/flesh.h
+++ b/src/include/flesh.h
@@ -43,6 +43,8 @@ typedef struct
int levfac;
+ void *rfr_top;
+
/* data[var_num][xyz]*/
void **data;