From: Daniel Arndt Date: Fri, 18 Aug 2017 16:34:06 +0000 (+0200) Subject: Fix Assert with the correct number type X-Git-Tag: v9.0.0-rc1~1211^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27b8e7f88ee0d86b93e17e75f540138a96938514;p=dealii.git Fix Assert with the correct number type --- diff --git a/include/deal.II/dofs/dof_accessor.templates.h b/include/deal.II/dofs/dof_accessor.templates.h index 3563e3b464..5091855096 100644 --- a/include/deal.II/dofs/dof_accessor.templates.h +++ b/include/deal.II/dofs/dof_accessor.templates.h @@ -1264,7 +1264,7 @@ namespace internal ExcIndexRange (vertex_index, 0, dof_handler.vertex_dof_offsets.size())); Assert (dof_handler.vertex_dof_offsets[vertex_index] != - numbers::invalid_dof_index, + numbers::invalid_unsigned_int, ExcMessage ("This vertex is unused and has no DoFs associated with it")); // hop along the list of index