From: Wolfgang Bangerth Date: Thu, 13 Oct 2016 22:04:31 +0000 (-0500) Subject: Remove a wrong 'typename'. X-Git-Tag: v8.5.0-rc1~573^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe4efa39c4a6332145ca5b1e07e07ab669bd9c18;p=dealii.git Remove a wrong 'typename'. --- 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) {