From 27a4969bb337c5600f9198c39bc55bbd1298a7f2 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 4 Aug 2011 13:52:36 +0000 Subject: [PATCH] Test works now. git-svn-id: https://svn.dealii.org/trunk@24013 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/interpolate_02.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/mpi/interpolate_02.cc b/tests/mpi/interpolate_02.cc index ab95fd9e77..78719f7540 100644 --- a/tests/mpi/interpolate_02.cc +++ b/tests/mpi/interpolate_02.cc @@ -78,14 +78,9 @@ void test() int main(int argc, char *argv[]) { - abort (); - PetscInitialize(&argc,&argv,0,0); - unsigned int myid = Utilities::System::get_this_mpi_process (MPI_COMM_WORLD); - - deallog.push(Utilities::int_to_string(myid)); if (myid == 0) -- 2.39.5