]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Clean the warnings.
authorturcksin <turcksin@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 4 Mar 2013 16:48:04 +0000 (16:48 +0000)
committerturcksin <turcksin@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 4 Mar 2013 16:48:04 +0000 (16:48 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@28730 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/vector.templates.h

index 99b17993c10f022ee7c704e9a97b63b354b27da3..2519d9177af6430c93a66c5e199565916cd39dab 100644 (file)
@@ -647,7 +647,7 @@ namespace internal
                 }
               n_chunks++;
             }
-          AssertDimension(X - X_original, vec_size);
+          AssertDimension(static_cast<size_type> (X - X_original), vec_size);
 
           // now sum the results from the chunks
           // recursively

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.