]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove deprecated compress calls
authorTimo Heister <timo.heister@gmail.com>
Wed, 27 Mar 2013 14:37:04 +0000 (14:37 +0000)
committerTimo Heister <timo.heister@gmail.com>
Wed, 27 Mar 2013 14:37:04 +0000 (14:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@29073 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/p4est_3d_constraintmatrix_02.cc

index 9bc8636906ab50aad3198e76afece8ccc4f79e90..a3aec64ee58f948123cfcb200c478992154f4549 100644 (file)
@@ -78,11 +78,9 @@ void test()
   TrilinosWrappers::MPI::Vector x;
   x.reinit(owned_set, MPI_COMM_WORLD);
   x=2.0;
-  x.compress();
 
   TrilinosWrappers::MPI::Vector x_rel;
   x_rel.reinit(relevant_set, MPI_COMM_WORLD);
-  x_rel.compress();
 
   ConstraintMatrix cm(relevant_set);
   DoFTools::make_hanging_node_constraints (dofh, cm);

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.