From 6d9b10ca9fef9446c457a24e8621812f47228274 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 28 Apr 2004 22:26:23 +0000 Subject: [PATCH] Fix output file name. git-svn-id: https://svn.dealii.org/trunk@9115 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/fe_collection_01.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/bits/fe_collection_01.cc b/tests/bits/fe_collection_01.cc index 3d8c0bc295..7c7d610d65 100644 --- a/tests/bits/fe_collection_01.cc +++ b/tests/bits/fe_collection_01.cc @@ -1,4 +1,4 @@ -//---------------------------- fe_tools_01a.cc --------------------------- +//---------------------------- fe_collection_01a.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- fe_tools_01a.cc --------------------------- +//---------------------------- fe_collection_01a.cc --------------------------- // FECollection would throw an exception when its destructor is called. Check // that this is fixed @@ -41,7 +41,7 @@ check () int main() { - std::ofstream logfile("deal_solver_01.output"); + std::ofstream logfile("fe_collection_01.output"); logfile.precision(4); deallog.attach(logfile); deallog.depth_console(0); -- 2.39.5