From d74e9db12a977fa799f76436d0b097f143b8561f Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 13 Sep 2013 21:38:50 +0000 Subject: [PATCH] Another bunch of bugfixes git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30699 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/blockvec_01.cc | 4 ++-- tests/mpi/p4est_2d_constraintmatrix_01.cc | 4 ++-- tests/mpi/p4est_2d_constraintmatrix_03.cc | 4 ++-- tests/mpi/p4est_3d_constraintmatrix_01.cc | 4 ++-- tests/mpi/p4est_3d_constraintmatrix_04.cc | 4 ++-- tests/mpi/parallel_partitioner_03.cc | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/mpi/blockvec_01.cc b/tests/mpi/blockvec_01.cc index 0ed5b503e6..54ff80084b 100644 --- a/tests/mpi/blockvec_01.cc +++ b/tests/mpi/blockvec_01.cc @@ -63,7 +63,7 @@ void test () deallog << "size[1]: " << v.block(1).size() << std::endl; { - std::ofstream file (("dat." + Utilities::int_to_string(myid)).c_str()); + std::ofstream file ((std::string("dat.") + Utilities::int_to_string(myid)).c_str()); file << "**** proc " << myid << std::endl; v.print(file); @@ -75,7 +75,7 @@ void test () { for (unsigned int i=0; i