From: Wolfgang Bangerth Date: Wed, 25 Sep 2013 21:08:56 +0000 (+0000) Subject: Make compile. X-Git-Tag: v8.1.0~570^2~208 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8713459419aabd862b948af37731dbe6a5a5f25;p=dealii.git Make compile. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30926 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/base/path_search.cc b/tests/base/path_search.cc index 406e4411fa..76e3a0e396 100644 --- a/tests/base/path_search.cc +++ b/tests/base/path_search.cc @@ -27,7 +27,7 @@ int main() getcwd(tmp,1000); std::string path(tmp); chdir(SOURCE_DIR); - std::ofstream logfile(path+"/output"); + std::ofstream logfile((path+"/output").c_str()); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10);