]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix output file name.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 28 Apr 2004 22:26:23 +0000 (22:26 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 28 Apr 2004 22:26:23 +0000 (22:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@9115 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/fe_collection_01.cc

index 3d8c0bc2952b8ca7beb4da8980b0024c05867d30..7c7d610d65dc56cf64546e766a274aed43da9f4f 100644 (file)
@@ -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);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.