]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove warning
authorTimo Heister <timo.heister@gmail.com>
Fri, 26 Oct 2012 15:14:04 +0000 (15:14 +0000)
committerTimo Heister <timo.heister@gmail.com>
Fri, 26 Oct 2012 15:14:04 +0000 (15:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@27205 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/parallel_vector_11.cc

index 9b78fab293f4ca6124121fab493820671b3af243..ec8bda8fa1f56bf4b7aff7407d88353205a3ff10 100644 (file)
@@ -48,7 +48,7 @@ void test ()
 
   parallel::distributed::Vector<double> v(local_owned, local_relevant,
                                           MPI_COMM_WORLD);
-  AssertDimension (actual_local_size, v.local_size());
+  AssertDimension (static_cast<unsigned int>(actual_local_size), v.local_size());
   parallel::distributed::Vector<double> w (v), x(v), y(v);
 
                                 // set local elements

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.