From: Timo Heister Date: Mon, 1 Apr 2013 23:16:02 +0000 (+0000) Subject: go back to unsigned int in one place X-Git-Tag: v8.0.0~316^2~66 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cfd029543b797dd3d95b8f0c102822c39c24d08;p=dealii.git 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 --- 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;