aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gf.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/gf.hh')
-rw-r--r--Carpet/CarpetLib/src/gf.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/gf.hh b/Carpet/CarpetLib/src/gf.hh
index 36891b86d..b4f2e211d 100644
--- a/Carpet/CarpetLib/src/gf.hh
+++ b/Carpet/CarpetLib/src/gf.hh
@@ -50,7 +50,8 @@ protected:
virtual gdata* typed_data (int tl, int rl, int c, int ml)
{
- return new data<T>(this->varindex, this->transport_operator,
+ return new data<T>(this->varindex,
+ h.refcent, this->transport_operator,
this->vectorlength, this->vectorindex,
this->vectorleader
? (data<T>*)(*this->vectorleader)(tl,rl,c,ml)