From: Ralf Hartmann Date: Mon, 13 Feb 2006 17:28:19 +0000 (+0000) Subject: Make it compile with gcc3.4.5. X-Git-Tag: v8.0.0~12316 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b27a51170e31122eb1e5186fbfc344a62679e4;p=dealii.git Make it compile with gcc3.4.5. git-svn-id: https://svn.dealii.org/trunk@12366 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;