From: heister Date: Fri, 10 Aug 2012 15:40:25 +0000 (+0000) Subject: conversion to types::global_dof_index X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a044b5d1343ca612df63cda56a35d889f122146;p=dealii-svn.git 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 --- 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