From: Wolfgang Bangerth Date: Fri, 2 Nov 2012 18:16:06 +0000 (+0000) Subject: Make compile. X-Git-Tag: v8.0.0~1892 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aa52c6dab154cfb30c893b2b6bbce8e7e02222f;p=dealii.git Make compile. git-svn-id: https://svn.dealii.org/trunk@27317 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/dof_handler_number_cache_02.cc b/tests/deal.II/dof_handler_number_cache_02.cc index f84ef9e91a..34b68fd7e7 100644 --- a/tests/deal.II/dof_handler_number_cache_02.cc +++ b/tests/deal.II/dof_handler_number_cache_02.cc @@ -2,7 +2,7 @@ // $Id: dof_handler_number_cache.cc 24924 2012-01-25 12:35:17Z kormann $ // Version: $Name$ // -// Copyright (C) 2008, 2010 by the deal.II authors +// Copyright (C) 2008, 2010, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -108,9 +108,7 @@ void test() int main() { - std::ofstream logfile(JobIdentifier::base_name(__FILE__)+"/output"); - deallog.attach(logfile); - deallog.depth_console(0); + initlog(__FILE__); deallog.threshold_double(1.e-10); deallog.push("1d");