]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix test
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Aug 2012 14:00:01 +0000 (14:00 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Aug 2012 14:00:01 +0000 (14:00 +0000)
git-svn-id: https://svn.dealii.org/trunk@26076 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/parallel_vector_03.cc

index d452ef3ef09588c00d0d2cc494f74e900db88148..3bdf0a52082d1196d876361020f371c019f53d38 100644 (file)
@@ -54,7 +54,7 @@ void test ()
                                 // compress (no addition)
   if (myid > 0)
     v(1) = 7;
-  v.compress(/* add_ghost_data = */ false);
+  v.compress(VectorOperation::insert);
 
   if (myid == 0)
     {

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.