From f995ba0ae8d35fcb718f2439d8aa4cb078f36283 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 13 Feb 2006 23:43:57 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@12381 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/hp_dof_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5