]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Avoid (completely legitimate) warning.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 16 Sep 2013 19:48:26 +0000 (19:48 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 16 Sep 2013 19:48:26 +0000 (19:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@30741 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/hp/dof_handler.cc

index d6afadf43c605ee894c1b7ee09275d482a0254c3..fdb3a42ae52ddcc640da1f09a31ebfadcb62db0a 100644 (file)
@@ -1458,7 +1458,7 @@ namespace internal
               // line_dofs_offsets field
               dof_handler.faces->lines.dof_offsets
               .resize (dof_handler.tria->n_raw_lines(),
-                       numbers::invalid_dof_index);
+                       numbers::invalid_unsigned_int);
 
               unsigned int line_slots_needed = 0;
               for (unsigned int line=0; line<dof_handler.tria->n_raw_lines(); ++line)

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.