From 76e4d19bcb03f685dc0ec808c3ce83e34d921a09 Mon Sep 17 00:00:00 2001 From: maier Date: Thu, 22 Aug 2013 18:48:46 +0000 Subject: [PATCH] Fix nedelec_crash_01 and others ;-) git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30431 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/nedelec_crash_01.cc | 4 ++-- tests/fe/shapes_faceq.cc | 2 +- tests/tests.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/fe/nedelec_crash_01.cc b/tests/fe/nedelec_crash_01.cc index ec2f7c20cd..509df9a8fa 100644 --- a/tests/fe/nedelec_crash_01.cc +++ b/tests/fe/nedelec_crash_01.cc @@ -19,7 +19,7 @@ // FE_Nedelec at the time #include "../tests.h" -#include "../lib/test_grids.h" +#include "../test_grids.h" #include @@ -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); diff --git a/tests/fe/shapes_faceq.cc b/tests/fe/shapes_faceq.cc index 6aa0d1fdd6..530a04cca8 100644 --- a/tests/fe/shapes_faceq.cc +++ b/tests/fe/shapes_faceq.cc @@ -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); diff --git a/tests/tests.h b/tests/tests.h index 7bc71e9908..2bd335ed01 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -86,7 +86,7 @@ inline void initlog(bool console=false) { - deallogname = "/output"; + deallogname = "output"; deallogfile.open(deallogname.c_str()); deallog.attach(deallogfile); if (!console) -- 2.39.5