aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet_public.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet/src/carpet_public.hh')
-rw-r--r--Carpet/Carpet/src/carpet_public.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/Carpet/Carpet/src/carpet_public.hh b/Carpet/Carpet/src/carpet_public.hh
index 4b59b0b56..f88e873f7 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.22 2003/01/03 14:11:56 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet_public.hh,v 1.23 2003/01/03 15:49:36 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
@@ -80,7 +80,7 @@ namespace Carpet {
// The grid hierarchy
extern gh<dim>* hh;
- extern th* tt;
+ extern th<dim>* tt;
extern dh<dim>* dd;
// Data for everything
@@ -88,9 +88,9 @@ namespace Carpet {
// points to hh etc. for GF, and is unique for SCALAR and ARRAY
cGroupDynamicData info;
gh<dim>* hh;
- th* tt;
+ th<dim>* tt;
dh<dim>* dd;
- vector<generic_gf<dim>*> data; // [var]
+ vector<ggf<dim>*> data; // [var]
bool do_transfer; // prolongate and restrict
};
extern vector<arrdesc> arrdata; // [group]