From 7c86d53291a610d882a64c25887f196bc82f7699 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 17 Sep 2013 19:25:39 +0000 Subject: [PATCH] fix test git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30773 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/p4est_save_01.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/mpi/p4est_save_01.cc b/tests/mpi/p4est_save_01.cc index 229632fb09..aa26490503 100644 --- a/tests/mpi/p4est_save_01.cc +++ b/tests/mpi/p4est_save_01.cc @@ -51,8 +51,7 @@ void test() if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) deallog << "hyper_cube" << std::endl; - std::string filename = - (std::string("dat"); + std::string filename = "dat"; { parallel::distributed::Triangulation tr(MPI_COMM_WORLD); -- 2.39.5