From 35f1531a586965bb7ffa7b33ff518bf395745e99 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 16 Sep 2013 19:47:07 +0000 Subject: [PATCH] Avoid (completely legitimate) warning. git-svn-id: https://svn.dealii.org/trunk@30740 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/hp/dof_faces.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/hp/dof_faces.h b/deal.II/include/deal.II/hp/dof_faces.h index 0f3f2cbb0e..a5bce7eedc 100644 --- a/deal.II/include/deal.II/hp/dof_faces.h +++ b/deal.II/include/deal.II/hp/dof_faces.h @@ -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