From: Wolfgang Bangerth Date: Wed, 28 Apr 2004 22:26:23 +0000 (+0000) Subject: Fix output file name. X-Git-Tag: v8.0.0~15236 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d9b10ca9fef9446c457a24e8621812f47228274;p=dealii.git Fix output file name. git-svn-id: https://svn.dealii.org/trunk@9115 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);