From: hartmann Date: Thu, 10 Nov 2005 08:20:16 +0000 (+0000) Subject: Output to threads/output instead of to threads.output. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a29fd26aace012b50bc937b2c160f1b432c6415;p=dealii-svn.git Output to threads/output instead of to threads.output. git-svn-id: https://svn.dealii.org/trunk@11756 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/base/threads.pl b/tests/base/threads.pl index 20d9699f96..dd1dcf584d 100644 --- a/tests/base/threads.pl +++ b/tests/base/threads.pl @@ -191,7 +191,7 @@ print "};\n"; print "int main () {\n"; -print " std::ofstream logfile(\"threads.output\");\n"; +print " std::ofstream logfile(\"threads/output\");\n"; print " deallog.attach(logfile);\n"; print " deallog.depth_console(0);\n";