aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gf.hh
diff options
context:
space:
mode:
authorschnetter <>2003-11-21 12:55:00 +0000
committerschnetter <>2003-11-21 12:55:00 +0000
commit3a92b39aeaf5943687ad43c25a8694247bcaba88 (patch)
tree2117807bf11d425133e85c6f38443acafbb697e1 /Carpet/CarpetLib/src/gf.hh
parent0d7f3e10cde2f0a2ce723af331b4f4bb1f36e8e6 (diff)
Follow C++ standard.
darcs-hash:20031121125546-07bb3-60338023244fbd0fab9d8663adff4cdf78e31141.gz
Diffstat (limited to 'Carpet/CarpetLib/src/gf.hh')
-rw-r--r--Carpet/CarpetLib/src/gf.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/gf.hh b/Carpet/CarpetLib/src/gf.hh
index f8242528b..ee4ce684c 100644
--- a/Carpet/CarpetLib/src/gf.hh
+++ b/Carpet/CarpetLib/src/gf.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/gf.hh,v 1.9 2003/10/14 16:39:16 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/gf.hh,v 1.10 2003/11/21 13:55:46 schnetter Exp $
#ifndef GF_HH
#define GF_HH
@@ -55,7 +55,7 @@ public:
protected:
- virtual gdata<D>* typed_data() { return new data<T,D>(varindex); }
+ virtual gdata<D>* typed_data() { return new data<T,D>(this->varindex); }