aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet_public.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-01-13 00:58:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-01-13 00:58:00 +0000
commit5222a5e887c9be7fbf5f905ac99285dc17db2cbb (patch)
treeb800b51a0552a3d7eca9852703a77760decad212 /Carpet/Carpet/src/carpet_public.h
parent0e48349660949bafdd5cc0fb2fd0e32969f6ddc9 (diff)
Carpet: Implement cell centering
Adapt to the changes in CarpetLib to implement cell centering. darcs-hash:20070113005851-dae7b-2e84bf44f70f196400036670de2086f7af3aaa1e.gz
Diffstat (limited to 'Carpet/Carpet/src/carpet_public.h')
-rw-r--r--Carpet/Carpet/src/carpet_public.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Carpet/Carpet/src/carpet_public.h b/Carpet/Carpet/src/carpet_public.h
index c7fd66289..85090e4e8 100644
--- a/Carpet/Carpet/src/carpet_public.h
+++ b/Carpet/Carpet/src/carpet_public.h
@@ -67,6 +67,14 @@ namespace Carpet {
int mglevelfact;
#endif
+
+
+
+#if 0
+ /* Number of buffer zones */
+ int const * nbufferzones;
+#endif
+
};
struct CarpetGH const * GetCarpetGH (const cGH * const cgh);