From fe4efa39c4a6332145ca5b1e07e07ab669bd9c18 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 13 Oct 2016 17:04:31 -0500 Subject: [PATCH] Remove a wrong 'typename'. --- source/grid/grid_reordering.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/grid/grid_reordering.cc b/source/grid/grid_reordering.cc index 00b59f5f45..e1e365f751 100644 --- a/source/grid/grid_reordering.cc +++ b/source/grid/grid_reordering.cc @@ -657,7 +657,7 @@ namespace internal ExcInternalError()); // now go through the cells adjacent to this edge - for (typename AdjacentCells::const_iterator + for (AdjacentCells::const_iterator adjacent_cell = edges[*delta].adjacent_cells.begin(); adjacent_cell != edges[*delta].adjacent_cells.end(); ++adjacent_cell) { -- 2.39.5