From 84bf1a986d27de92a78f977868e9140c50307494 Mon Sep 17 00:00:00 2001 From: heister Date: Fri, 10 Aug 2012 15:23:45 +0000 Subject: [PATCH] conversion to types::global_dof_index git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_3@25879 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/distributed/tria.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/source/distributed/tria.cc b/deal.II/source/distributed/tria.cc index 9499c5548f..615ddceddc 100644 --- a/deal.II/source/distributed/tria.cc +++ b/deal.II/source/distributed/tria.cc @@ -2815,7 +2815,7 @@ namespace parallel number_cache.n_global_active_cells = std::accumulate (number_cache.n_locally_owned_active_cells.begin(), number_cache.n_locally_owned_active_cells.end(), - 0); + static_cast(0)); } -- 2.39.5