From: bangerth Date: Fri, 22 Mar 2013 13:28:04 +0000 (+0000) Subject: Fix definition of invalid_dof_index in hp::DoFHandler. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aebcf57fc0068c98214395fd442b2b5eb8da27ec;p=dealii-svn.git 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 --- 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 - -