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

added some comments.

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@121 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent ad40bd51
No related branches found
No related tags found
No related merge requests found
...@@ -271,7 +271,7 @@ void DuneParallelGridMover :: initialize () ...@@ -271,7 +271,7 @@ void DuneParallelGridMover :: initialize ()
// change // change
if((*i)->getGhost()) 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()); tetra_GEO * gh = static_cast<tetra_GEO *> ((*i)->getGhost());
// see insert_ghosttetra, point 3 is the new point // see insert_ghosttetra, point 3 is the new point
_hbnd3Int [key] = new Hbnd3IntStorage ((*i)->myhface3 (0), (*i)->twist (0), gh->myvertex(3)->Point()) ; _hbnd3Int [key] = new Hbnd3IntStorage ((*i)->myhface3 (0), (*i)->twist (0), gh->myvertex(3)->Point()) ;
......
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