From 6a044b5d1343ca612df63cda56a35d889f122146 Mon Sep 17 00:00:00 2001 From: heister Date: Fri, 10 Aug 2012 15:40:25 +0000 Subject: [PATCH] conversion to types::global_dof_index git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_3@25885 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/dofs/number_cache.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/dofs/number_cache.h b/deal.II/include/deal.II/dofs/number_cache.h index 623b24ba97..1163746eec 100644 --- a/deal.II/include/deal.II/dofs/number_cache.h +++ b/deal.II/include/deal.II/dofs/number_cache.h @@ -50,7 +50,7 @@ namespace internal * processors that may * participate on this mesh. */ - unsigned int n_global_dofs; + types::global_dof_index n_global_dofs; /** * Number of dofs owned by @@ -59,7 +59,7 @@ namespace internal * computation, then this * equals n_global_dofs. */ - unsigned int n_locally_owned_dofs; + types::global_dof_index n_locally_owned_dofs; /** * An index set denoting the @@ -81,7 +81,7 @@ namespace internal * element equal to * n_global_dofs. */ - std::vector n_locally_owned_dofs_per_processor; + std::vector n_locally_owned_dofs_per_processor; /** * The dofs owned by each of -- 2.39.5