aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/gf.cc')
-rw-r--r--Carpet/CarpetLib/src/gf.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/gf.cc b/Carpet/CarpetLib/src/gf.cc
index b765b3fd2..37b06db75 100644
--- a/Carpet/CarpetLib/src/gf.cc
+++ b/Carpet/CarpetLib/src/gf.cc
@@ -62,6 +62,18 @@ data<T>* gf<T>::operator() (int tl, int rl, int c, int ml)
+// Memory usage
+template<typename T>
+size_t
+gf<T>::
+memory ()
+ const
+{
+ return ggf::memory();
+}
+
+
+
// Output
template<typename T>
ostream& gf<T>::output (ostream& os) const