From f1f7c160bd06b1401c0878619e6168850cd56d72 Mon Sep 17 00:00:00 2001 From: Robert K <robertk@posteo.org> Date: Tue, 7 Jul 2015 10:18:32 +0200 Subject: [PATCH] Make compile with new contructor interfaces. --- dune/alugrid/3d/grid_inline.hh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dune/alugrid/3d/grid_inline.hh b/dune/alugrid/3d/grid_inline.hh index 2d0256840..f25de31c5 100644 --- a/dune/alugrid/3d/grid_inline.hh +++ b/dune/alugrid/3d/grid_inline.hh @@ -352,10 +352,6 @@ namespace Dune { typedef AdaptDataHandleInterface< GridImp, DataHandle > AdaptDataHandle; - typedef typename EntityObject::ImplementationType EntityImp; - EntityObject father( EntityImp( factory(), this->maxLevel() ) ); - EntityObject son ( EntityImp( factory(), this->maxLevel() ) ); - // true if at least one element was marked for coarsening bool mightCoarse = preAdapt(); @@ -366,8 +362,6 @@ namespace Dune // prolongation process ALU3DSPACE AdaptRestrictProlongGlSet< MyType, AdaptDataHandle, GlobalIdSetImp > rp(*this, - father,this->getRealImplementation(father), - son, this->getRealImplementation(son), handle, *globalIdSet_); @@ -377,8 +371,6 @@ namespace Dune { ALU3DSPACE AdaptRestrictProlongImpl< MyType, AdaptDataHandle > rp(*this, - father,this->getRealImplementation(father), - son, this->getRealImplementation(son), handle); refined = myGrid().duneAdapt(rp); // adapt grid -- GitLab