From 92b27a51170e31122eb1e5186fbfc344a62679e4 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Mon, 13 Feb 2006 17:28:19 +0000 Subject: [PATCH] Make it compile with gcc3.4.5. git-svn-id: https://svn.dealii.org/trunk@12366 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_accessor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_accessor.h b/deal.II/deal.II/include/dofs/dof_accessor.h index a2d406e402..27aef51918 100644 --- a/deal.II/deal.II/include/dofs/dof_accessor.h +++ b/deal.II/deal.II/include/dofs/dof_accessor.h @@ -1389,7 +1389,7 @@ class DoFCellAccessor : public DoFObjectAccessor * without access to the DoF * data. */ - TriaIterator > + TriaIterator::dim,DoFCellAccessor > neighbor (const unsigned int) const; /** @@ -1401,7 +1401,7 @@ class DoFCellAccessor : public DoFObjectAccessor * without access to the DoF * data. */ - TriaIterator > + TriaIterator::dim,DoFCellAccessor > child (const unsigned int) const; /** @@ -1426,7 +1426,7 @@ class DoFCellAccessor : public DoFObjectAccessor * access to the triangulation * data). */ - TriaIterator > + TriaIterator::dim,DoFCellAccessor > neighbor_child_on_subface (const unsigned int face_no, const unsigned int subface_no) const; -- 2.39.5