]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix nedelec_crash_01 and others ;-)
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Aug 2013 18:48:46 +0000 (18:48 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Aug 2013 18:48:46 +0000 (18:48 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30431 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/nedelec_crash_01.cc
tests/fe/shapes_faceq.cc
tests/tests.h

index ec2f7c20cdb039ac86e00cc62ce5dbc973fdd2ac..509df9a8fa3ae645d5890fd485bc8b0659bd39e2 100644 (file)
@@ -19,7 +19,7 @@
 // FE_Nedelec at the time
 
 #include "../tests.h"
-#include "../lib/test_grids.h"
+#include "../test_grids.h"
 
 #include <deal.II/base/logstream.h>
 
@@ -31,7 +31,7 @@
 
 int main()
 {
-  const std::string logname = "/output";
+  const std::string logname = "output";
   std::ofstream logfile(logname.c_str());
   deallog.attach(logfile);
   deallog.depth_console(0);
index 6aa0d1fdd604cbb5804535aa46cc3fdb17c047cf..530a04cca8f8cf14c0a0510bccc502181d89cae9 100644 (file)
@@ -56,7 +56,7 @@ void plot_FE_FaceQ_shape_functions()
 int
 main()
 {
-  const std::string logname = "/output";
+  const std::string logname = "output";
   std::ofstream logfile(logname.c_str());
   deallog << std::setprecision(PRECISION) << std::fixed;
   deallog.attach(logfile);
index 7bc71e99086a24beda4f4e4addb44bdc986fc355..2bd335ed01857470304db413779dd195561fe565 100644 (file)
@@ -86,7 +86,7 @@ inline
 void
 initlog(bool console=false)
 {
-  deallogname = "/output";
+  deallogname = "output";
   deallogfile.open(deallogname.c_str());
   deallog.attach(deallogfile);
   if (!console)

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.