From 7199b363d4083adff33d2ec2cf47eb4fd7dceefe Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 23 Jan 2004 16:34:24 +0000 Subject: [PATCH] When one changes the name of a test, one should also change the name of the output file... git-svn-id: https://svn.dealii.org/trunk@8332 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/traits.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fe/traits.cc b/tests/fe/traits.cc index deca1e696e..6014ab5f4d 100644 --- a/tests/fe/traits.cc +++ b/tests/fe/traits.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003 by the deal.II authors +// Copyright (C) 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -117,7 +117,7 @@ void check () int main () { - std::ofstream logfile("fe_traits.output"); + std::ofstream logfile("traits.output"); deallog.attach(logfile); deallog.depth_console(0); -- 2.39.5