From: bangerth Date: Tue, 16 Nov 2010 15:32:59 +0000 (+0000) Subject: Remove stray 'typename'. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bd84bf940a03905215944ebee8af8c6075cd558;p=dealii-svn.git Remove stray 'typename'. git-svn-id: https://svn.dealii.org/trunk@22753 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/vectors.templates.h b/deal.II/include/deal.II/numerics/vectors.templates.h index 6e2dabbf90..229c42d95b 100644 --- a/deal.II/include/deal.II/numerics/vectors.templates.h +++ b/deal.II/include/deal.II/numerics/vectors.templates.h @@ -329,7 +329,7 @@ namespace internal // dof indices. that's easy :-) for (unsigned direction=0; direction<2; ++direction) { - typename dealii::DoFHandler<1>::cell_iterator + dealii::DoFHandler<1>::cell_iterator cell = dof_handler.begin(0); while (!cell->at_boundary(direction)) cell = cell->neighbor(direction);