From: Wolfgang Bangerth Date: Thu, 4 Aug 2011 13:52:36 +0000 (+0000) Subject: Test works now. X-Git-Tag: v8.0.0~3755 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e47c091ee5f16b5f76683a2651ec9fef5a10b74b;p=dealii.git Test works now. git-svn-id: https://svn.dealii.org/trunk@24013 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)