aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet_public.hh
diff options
context:
space:
mode:
authorschnetter <>2003-09-19 14:08:00 +0000
committerschnetter <>2003-09-19 14:08:00 +0000
commit8fbb718b22bdbd5318f3d6d9674dfcacd8d4c250 (patch)
treebb91e0f109d49e87373111f1bb44b71ad9ceddf6 /Carpet/Carpet/src/carpet_public.hh
parentbd673f73e9f3418fe97095895110a2317a68f0c5 (diff)
Use bbox::size() instead of bbox::num_points().
Use bbox::size() instead of bbox::num_points(). Mark future changes for vector grid functions with VGF. darcs-hash:20030919140837-07bb3-b2f7bb1998428a72e75d38b420eed9b02c8557d8.gz
Diffstat (limited to 'Carpet/Carpet/src/carpet_public.hh')
-rw-r--r--Carpet/Carpet/src/carpet_public.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/carpet_public.hh b/Carpet/Carpet/src/carpet_public.hh
index 4fa5fd32f..4f22311e3 100644
--- a/Carpet/Carpet/src/carpet_public.hh
+++ b/Carpet/Carpet/src/carpet_public.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet_public.hh,v 1.35 2003/08/10 21:59:51 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet_public.hh,v 1.36 2003/09/19 16:08:37 schnetter Exp $
// It is assumed that the number of components of all arrays is equal
// to the number of components of the grid functions, and that their
@@ -98,6 +98,7 @@ namespace Carpet {
dh<dim>* dd;
vector<ggf<dim>*> data; // [var]
bool do_transfer; // prolongate and restrict
+ // VGF
};
extern vector<arrdesc> arrdata; // [group]