From 01a2a8cd42cec9a9bf21b165a08e70ea17aee69e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kl=C3=B6fkorn?= <robertk@mathematik.uni-stuttgart.de> Date: Tue, 20 Jul 2010 12:16:46 +0000 Subject: [PATCH] wrong commit git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@1316 0d966ed9-3843-0410-af09-ebfb50bd7c74 --- src/duneinterface/gitter_dune_pll_mgb.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/duneinterface/gitter_dune_pll_mgb.cc b/src/duneinterface/gitter_dune_pll_mgb.cc index fdf80829a..2c745bd7a 100644 --- a/src/duneinterface/gitter_dune_pll_mgb.cc +++ b/src/duneinterface/gitter_dune_pll_mgb.cc @@ -409,7 +409,7 @@ void DuneParallelGridMover :: initialize () typedef Gitter :: ghostpair_STI ghostpair_STI; typedef Gitter :: Geometric :: hexa_GEO hexa_GEO; - ghostpair_STI gpair ; //= (*i)->getGhost(); + ghostpair_STI gpair = (*i)->getGhost(); hexa_GEO * gh = dynamic_cast<hexa_GEO *> (gpair.first); if( gh ) { @@ -442,7 +442,7 @@ void DuneParallelGridMover :: initialize () { // check for ghost element typedef Gitter :: ghostpair_STI ghostpair_STI; - ghostpair_STI gpair ; //= (*i)->getGhost(); + ghostpair_STI gpair = (*i)->getGhost(); typedef Gitter :: Geometric :: tetra_GEO tetra_GEO; tetra_GEO * gh = dynamic_cast<tetra_GEO *> (gpair.first); -- GitLab