]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make compile.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Sep 2013 21:08:56 +0000 (21:08 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Sep 2013 21:08:56 +0000 (21:08 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30926 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/path_search.cc

index 406e4411faa1e135d9d649a02db8704c002e1e72..76e3a0e3965f4e47c912e75c286bec0ff97f95c0 100644 (file)
@@ -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);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.