From: Timo Heister Date: Fri, 26 Oct 2012 15:14:04 +0000 (+0000) Subject: remove warning X-Git-Tag: v8.0.0~1925 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46f327276b030500dbf236ed247127846b6761d2;p=dealii.git remove warning git-svn-id: https://svn.dealii.org/trunk@27205 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/mpi/parallel_vector_11.cc b/tests/mpi/parallel_vector_11.cc index 9b78fab293..ec8bda8fa1 100644 --- a/tests/mpi/parallel_vector_11.cc +++ b/tests/mpi/parallel_vector_11.cc @@ -48,7 +48,7 @@ void test () parallel::distributed::Vector v(local_owned, local_relevant, MPI_COMM_WORLD); - AssertDimension (actual_local_size, v.local_size()); + AssertDimension (static_cast(actual_local_size), v.local_size()); parallel::distributed::Vector w (v), x(v), y(v); // set local elements