Skip to content
Snippets Groups Projects
Commit c0b193a2 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

minor changes.

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@106 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent e67348e5
No related branches found
No related tags found
No related merge requests found
......@@ -269,11 +269,11 @@ void DuneParallelGridMover :: initialize ()
if ((*i)->bndtype () == Gitter :: hbndseg_STI :: closure)
{
// change
GitterDunePll :: Objects :: Hbnd3Default * hseg = static_cast<GitterDunePll :: Objects :: Hbnd3Default *> ((*i));
if(hseg->getGhost())
if((*i)->getGhost())
{
typedef GitterDunePll :: Geometric :: tetra_GEO tetra_GEO;
tetra_GEO * gh = static_cast<tetra_GEO *> (hseg->getGhost());
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()) ;
}
// until here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment