From: kanschat Date: Tue, 29 May 2007 18:58:23 +0000 (+0000) Subject: add output file X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32b58ca3329eaf879452ba93a6302f6c218d99c9;p=dealii-svn.git add output file git-svn-id: https://svn.dealii.org/trunk@14729 0785d39b-7218-0410-832d-ea1e28bc413d --- 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>();