aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/ggf.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-04-27 11:59:43 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:21:08 +0000
commit4179f8206d2286869df4d40de8c1d2704b4f38f8 (patch)
treec3fdcf399fba971ceed50bb6e349ccac3fb557bf /Carpet/CarpetLib/src/ggf.hh
parent3059e8bd939a7dcdef4b26874ceeb07406e72e13 (diff)
CarpetLib: Correct ggf::new_typed_data
Diffstat (limited to 'Carpet/CarpetLib/src/ggf.hh')
-rw-r--r--Carpet/CarpetLib/src/ggf.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/ggf.hh b/Carpet/CarpetLib/src/ggf.hh
index 5538f3941..3badcff14 100644
--- a/Carpet/CarpetLib/src/ggf.hh
+++ b/Carpet/CarpetLib/src/ggf.hh
@@ -150,7 +150,8 @@ public:
virtual gdata* typed_data (int tl, int rl, int lc, int ml) const = 0;
- virtual gdata* new_typed_data () const = 0;
+ virtual gdata*
+ new_typed_data () const = 0;