From: bangerth Date: Fri, 2 May 2014 15:07:52 +0000 (+0000) Subject: Re-define one of the iterator typedefs to make it consistent with the X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b21d14310036e2df361583325b29b5a9e3d8d9b1;p=dealii-svn.git Re-define one of the iterator typedefs to make it consistent with the corresponding one in ::DoFHandler. git-svn-id: https://svn.dealii.org/trunk@32877 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/hp/dof_handler.h b/deal.II/include/deal.II/hp/dof_handler.h index e044edfa93..b0513deadb 100644 --- a/deal.II/include/deal.II/hp/dof_handler.h +++ b/deal.II/include/deal.II/hp/dof_handler.h @@ -146,7 +146,7 @@ namespace hp * * @ingroup Iterators */ - typedef level_cell_iterator cell_iterator; + typedef typename ActiveSelector::cell_iterator cell_iterator; typedef typename ActiveSelector::face_iterator face_iterator; typedef typename ActiveSelector::active_face_iterator active_face_iterator;