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

removed warning.

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@778 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent 65b00d9a
No related branches found
No related tags found
No related merge requests found
...@@ -184,7 +184,7 @@ inline void DuneParallelGridMover :: unpackHbnd4Int (ObjectStream & os) ...@@ -184,7 +184,7 @@ inline void DuneParallelGridMover :: unpackHbnd4Int (ObjectStream & os)
int vert[8] = { -1,-1,-1,-1,-1,-1,-1,-1 }; int vert[8] = { -1,-1,-1,-1,-1,-1,-1,-1 };
int vertface[4] = { -1,-1,-1,-1 }; int vertface[4] = { -1,-1,-1,-1 };
int fce; int fce = -1;
if( readPoint == MacroGridMoverIF :: POINTTRANSMITTED ) if( readPoint == MacroGridMoverIF :: POINTTRANSMITTED )
{ {
os.readObject ( fce ); os.readObject ( fce );
......
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