From e21aec495e204057667518902d911efeb54f9447 Mon Sep 17 00:00:00 2001 From: heister Date: Mon, 1 Apr 2013 23:16:02 +0000 Subject: [PATCH] go back to unsigned int in one place git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29136 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/vector_tools.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/numerics/vector_tools.templates.h b/deal.II/include/deal.II/numerics/vector_tools.templates.h index 05e5292e0a..8700af9de4 100644 --- a/deal.II/include/deal.II/numerics/vector_tools.templates.h +++ b/deal.II/include/deal.II/numerics/vector_tools.templates.h @@ -2609,7 +2609,7 @@ namespace VectorTools // vector t is largest by // magnitude, then // x1=t[1]/t[0]*x_0, etc. - types::global_dof_index largest_component = 0; + unsigned int largest_component = 0; for (unsigned int d=1; d std::fabs(tangent_vector[largest_component]) + 1e-10) largest_component = d; -- 2.39.5