From: turcksin Date: Mon, 4 Mar 2013 16:48:04 +0000 (+0000) Subject: Clean the warnings. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59d4996f03586b61c14584bfd3c6f76c16810237;p=dealii-svn.git Clean the warnings. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@28730 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/vector.templates.h b/deal.II/include/deal.II/lac/vector.templates.h index 99b17993c1..2519d9177a 100644 --- a/deal.II/include/deal.II/lac/vector.templates.h +++ b/deal.II/include/deal.II/lac/vector.templates.h @@ -647,7 +647,7 @@ namespace internal } n_chunks++; } - AssertDimension(X - X_original, vec_size); + AssertDimension(static_cast (X - X_original), vec_size); // now sum the results from the chunks // recursively