From: Wolfgang Bangerth Date: Mon, 13 Feb 2006 23:43:57 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~12301 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f995ba0ae8d35fcb718f2439d8aa4cb078f36283;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@12381 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/hp_dof_handler.cc b/deal.II/deal.II/source/dofs/hp_dof_handler.cc index 5c5492499b..766d17561e 100644 --- a/deal.II/deal.II/source/dofs/hp_dof_handler.cc +++ b/deal.II/deal.II/source/dofs/hp_dof_handler.cc @@ -2195,7 +2195,7 @@ namespace hp levels.back()->dof_quad_index_offset = std::vector (tria->n_raw_quads(i),invalid_dof_index); levels.back()->dof_hex_index_offset = std::vector - (tria->n_raw_hexes(i),invalid_dof_index); + (tria->n_raw_hexs(i),invalid_dof_index); unsigned int dofs_for_lines = 0; /* Uncommented as we actually need some information about how many DoFs should be reserved