From 1bd84bf940a03905215944ebee8af8c6075cd558 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 16 Nov 2010 15:32:59 +0000 Subject: [PATCH] Remove stray 'typename'. git-svn-id: https://svn.dealii.org/trunk@22753 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/vectors.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5