]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a test.
authorBruno Turcksin <bruno.turcksin@gmail.com>
Wed, 18 Sep 2013 22:13:46 +0000 (22:13 +0000)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Wed, 18 Sep 2013 22:13:46 +0000 (22:13 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30813 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/work_stream_03.cc

index 70760f9502b3c3949f556387860a731d4fc629e0..2916819181d56b34e1fa5739cf59565122706df9 100644 (file)
@@ -38,7 +38,6 @@
 #include <fstream>
 #include <vector>
 
-char logname[] = "work_stream_03/output";
 
 template<int dim>
 double
@@ -164,7 +163,7 @@ do_project()
 
 int main()
 {
-  std::ofstream logfile(logname);
+  std::ofstream logfile("output");
   deallog << std::setprecision(3);
 
   deallog.attach(logfile);

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.