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

wrong commit


git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@1316 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent 1882e7b4
No related branches found
No related tags found
No related merge requests found
...@@ -409,7 +409,7 @@ void DuneParallelGridMover :: initialize () ...@@ -409,7 +409,7 @@ void DuneParallelGridMover :: initialize ()
typedef Gitter :: ghostpair_STI ghostpair_STI; typedef Gitter :: ghostpair_STI ghostpair_STI;
typedef Gitter :: Geometric :: hexa_GEO hexa_GEO; 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); hexa_GEO * gh = dynamic_cast<hexa_GEO *> (gpair.first);
if( gh ) if( gh )
{ {
...@@ -442,7 +442,7 @@ void DuneParallelGridMover :: initialize () ...@@ -442,7 +442,7 @@ void DuneParallelGridMover :: initialize ()
{ {
// check for ghost element // check for ghost element
typedef Gitter :: ghostpair_STI ghostpair_STI; typedef Gitter :: ghostpair_STI ghostpair_STI;
ghostpair_STI gpair ; //= (*i)->getGhost(); ghostpair_STI gpair = (*i)->getGhost();
typedef Gitter :: Geometric :: tetra_GEO tetra_GEO; typedef Gitter :: Geometric :: tetra_GEO tetra_GEO;
tetra_GEO * gh = dynamic_cast<tetra_GEO *> (gpair.first); tetra_GEO * gh = dynamic_cast<tetra_GEO *> (gpair.first);
......
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