]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid (completely legitimate) warning.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 16 Sep 2013 19:47:07 +0000 (19:47 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 16 Sep 2013 19:47:07 +0000 (19:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@30740 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/hp/dof_faces.h

index 0f3f2cbb0e516e57d1e4dff29112b0e4dd8c5f18..a5bce7eedc871c99436b84c0d68a64677cf00c2f 100644 (file)
@@ -495,7 +495,7 @@ namespace internal
       // make sure we are on an
       // object for which DoFs have
       // been allocated at all
-      if (dof_offsets[obj_index] == numbers::invalid_dof_index)
+      if (dof_offsets[obj_index] == numbers::invalid_unsigned_int)
         return 0;
 
       Assert (structdim<dim, ExcMessage ("This object can not be used for cells."));

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.