]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid compiler with gcc 4.7
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 24 Nov 2014 16:55:42 +0000 (17:55 +0100)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 24 Nov 2014 16:55:42 +0000 (17:55 +0100)
source/grid/grid_tools.cc

index 72a48e641d1261751afac7d9d34b43143ce3e5b3..8b5ad5d775dd7a12765821dd910edc610d1aec35 100644 (file)
@@ -768,6 +768,7 @@ namespace GridTools
         distributed_triangulation
         ->communicate_locally_moved_vertices(locally_owned_vertices);
 #else
+        (void)distributed_triangulation;
         Assert (false, ExcInternalError());
 #endif
       }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.