From eab7c1a22d53570b7f710c716d0f9833c83fde50 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 22 Mar 2013 13:28:04 +0000 Subject: [PATCH] Fix definition of invalid_dof_index in hp::DoFHandler. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@28982 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/hp/dof_handler.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/hp/dof_handler.h b/deal.II/include/deal.II/hp/dof_handler.h index e9ae42763a..c8dfd8f11c 100644 --- a/deal.II/include/deal.II/hp/dof_handler.h +++ b/deal.II/include/deal.II/hp/dof_handler.h @@ -136,7 +136,7 @@ namespace hp * certain value, but rather take * its symbolic name. */ - static const unsigned int invalid_dof_index = numbers::invalid_unsigned_int; + static const types::global_dof_index invalid_dof_index = numbers::invalid_dof_index; /** * The default index of the @@ -1012,5 +1012,3 @@ namespace hp DEAL_II_NAMESPACE_CLOSE #endif - - -- 2.39.5