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.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/Carpet/CarpetLib/src/gf.cc b/Carpet/CarpetLib/src/gf.cc
index 939c34373..e9604186f 100644
--- a/Carpet/CarpetLib/src/gf.cc
+++ b/Carpet/CarpetLib/src/gf.cc
@@ -21,20 +21,12 @@ gf<T>::gf (const int varindex_, const operator_type transport_operator_,
t_, d_, prolongation_order_time_,
vectorlength_, vectorindex_, vectorleader_)
{
- recompose_crop ();
- for (int rl=0; rl<h.reflevels(); ++rl) {
- recompose_allocate (rl);
- recompose_free_old (rl);
- } // for rl
}
// Destructors
template<typename T>
gf<T>::~gf ()
{
- for (int rl=0; rl<h.reflevels(); ++rl) {
- recompose_free (rl);
- } // for rl
}