]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 13 Feb 2006 23:43:57 +0000 (23:43 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 13 Feb 2006 23:43:57 +0000 (23:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@12381 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/hp_dof_handler.cc

index 5c5492499b9e296229d93bc6b1aa262181310cc8..766d17561ecd8318ecfc9eb95b935861b1c003fd 100644 (file)
@@ -2195,7 +2195,7 @@ namespace hp
         levels.back()->dof_quad_index_offset = std::vector<unsigned int>
                                                (tria->n_raw_quads(i),invalid_dof_index);
         levels.back()->dof_hex_index_offset = std::vector<unsigned int>
-                                              (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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.