From f75f968df37dd3f11f61efc395fee7a177509541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kl=C3=B6fkorn?= <robertk@mathematik.uni-stuttgart.de> Date: Fri, 18 Mar 2005 20:09:13 +0000 Subject: [PATCH] added some comments. git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@121 0d966ed9-3843-0410-af09-ebfb50bd7c74 --- src/gitter_dune_pll_mgb.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gitter_dune_pll_mgb.cc b/src/gitter_dune_pll_mgb.cc index fb65f1f15..42e7d9f13 100644 --- a/src/gitter_dune_pll_mgb.cc +++ b/src/gitter_dune_pll_mgb.cc @@ -271,7 +271,7 @@ void DuneParallelGridMover :: initialize () // change if((*i)->getGhost()) { - typedef GitterDunePll :: Geometric :: tetra_GEO tetra_GEO; + typedef Gitter :: Geometric :: tetra_GEO tetra_GEO; tetra_GEO * gh = static_cast<tetra_GEO *> ((*i)->getGhost()); // see insert_ghosttetra, point 3 is the new point _hbnd3Int [key] = new Hbnd3IntStorage ((*i)->myhface3 (0), (*i)->twist (0), gh->myvertex(3)->Point()) ; -- GitLab