aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/ggf.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/ggf.hh')
-rw-r--r--Carpet/CarpetLib/src/ggf.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/ggf.hh b/Carpet/CarpetLib/src/ggf.hh
index b99c7aa10..59f9bfd71 100644
--- a/Carpet/CarpetLib/src/ggf.hh
+++ b/Carpet/CarpetLib/src/ggf.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/ggf.hh,v 1.17 2003/11/05 16:18:39 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/ggf.hh,v 1.18 2004/01/25 14:57:30 schnetter Exp $
#ifndef GGF_HH
#define GGF_HH
@@ -52,6 +52,7 @@ public: // should be readonly
// Fields
int varindex; // Cactus variable index
+ operator_type transport_operator;
th<D> &t; // time hierarchy
int tmin, tmax; // timelevels
@@ -66,7 +67,8 @@ protected:
public:
// Constructors
- ggf (const int varindex, th<D>& t, dh<D>& d,
+ ggf (const int varindex, const operator_type transport_operator,
+ th<D>& t, dh<D>& d,
const int tmin, const int tmax,
const int prolongation_order_time);