From 32b58ca3329eaf879452ba93a6302f6c218d99c9 Mon Sep 17 00:00:00 2001 From: kanschat Date: Tue, 29 May 2007 18:58:23 +0000 Subject: [PATCH] add output file git-svn-id: https://svn.dealii.org/trunk@14729 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/benchmarks/dof_handler_timing.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/benchmarks/dof_handler_timing.cc b/tests/benchmarks/dof_handler_timing.cc index 398b91b9bf..d3838b4b9f 100644 --- a/tests/benchmarks/dof_handler_timing.cc +++ b/tests/benchmarks/dof_handler_timing.cc @@ -20,7 +20,7 @@ #define REF 21 #endif -#include +#include #include #include @@ -150,6 +150,8 @@ void check_sys () int main() { + std::ofstream out("dof_handler_timing/output"); + deallog.attach(out); deallog.log_execution_time(true); deallog.log_time_differences(true); check_q<2>(); -- 2.39.5