From 6d8ce54485a06ce4ea3a02d05cb89b809225697c Mon Sep 17 00:00:00 2001 From: turcksin Date: Tue, 16 Apr 2013 03:15:01 +0000 Subject: [PATCH] Fix a bug introduced in revision 29289. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29293 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/dofs/number_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/dofs/number_cache.h b/deal.II/include/deal.II/dofs/number_cache.h index 848ad9db2d..469bbe7804 100644 --- a/deal.II/include/deal.II/dofs/number_cache.h +++ b/deal.II/include/deal.II/dofs/number_cache.h @@ -64,7 +64,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 -- 2.39.5