From: Matthias Maier Date: Fri, 13 Sep 2013 21:38:50 +0000 (+0000) Subject: Another bunch of bugfixes X-Git-Tag: v8.1.0~570^2~347 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d74e9db12a977fa799f76436d0b097f143b8561f;p=dealii.git Another bunch of bugfixes git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30699 0785d39b-7218-0410-832d-ea1e28bc413d --- 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