From: Wolfgang Bangerth Date: Wed, 26 Apr 2006 15:52:52 +0000 (+0000) Subject: Re-indent. X-Git-Tag: v8.0.0~11862 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=228dfb37d7a4ce5c89528b64526e364e73af18c2;p=dealii.git Re-indent. git-svn-id: https://svn.dealii.org/trunk@12910 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_accessor.templates.h b/deal.II/deal.II/include/dofs/dof_accessor.templates.h index f719da3dcc..444df9b996 100644 --- a/deal.II/deal.II/include/dofs/dof_accessor.templates.h +++ b/deal.II/deal.II/include/dofs/dof_accessor.templates.h @@ -192,6 +192,7 @@ DoFObjectAccessor<1,DH>::vertex_dof_index (const unsigned int vertex, } + template inline void @@ -273,6 +274,7 @@ DoFObjectAccessor<1,DH>::get_fe () const } + template inline unsigned int @@ -282,6 +284,7 @@ DoFObjectAccessor<1,DH>::active_fe_index () const } + template inline void @@ -292,6 +295,7 @@ DoFObjectAccessor<1,DH>::set_active_fe_index (const unsigned int i) } + template template inline @@ -458,11 +462,12 @@ DoFObjectAccessor<2,DH>::dof_index (const unsigned int i) const } + template inline unsigned int DoFObjectAccessor<2,DH>::vertex_dof_index (const unsigned int vertex, - const unsigned int i) const + const unsigned int i) const { typedef DoFAccessor BaseClass; @@ -483,6 +488,7 @@ DoFObjectAccessor<2,DH>::vertex_dof_index (const unsigned int vertex, } + template inline void @@ -530,6 +536,7 @@ DoFObjectAccessor<2,DH>::get_dof_indices (std::vector &dof_indices } + template inline TriaIterator > @@ -783,7 +790,7 @@ template inline unsigned int DoFObjectAccessor<3,DH>::vertex_dof_index (const unsigned int vertex, - const unsigned int i) const + const unsigned int i) const { typedef DoFAccessor BaseClass; @@ -804,6 +811,7 @@ DoFObjectAccessor<3,DH>::vertex_dof_index (const unsigned int vertex, } + template inline void @@ -918,6 +926,7 @@ DoFObjectAccessor<3,DH>::get_fe () const } + template inline unsigned int @@ -927,6 +936,7 @@ DoFObjectAccessor<3,DH>::active_fe_index () const } + template inline void @@ -937,6 +947,7 @@ DoFObjectAccessor<3,DH>::set_active_fe_index (const unsigned int i) } + template template inline