]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typo.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 20 Sep 2012 13:28:15 +0000 (13:28 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 20 Sep 2012 13:28:15 +0000 (13:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@26562 0785d39b-7218-0410-832d-ea1e28bc413d

tests/hp/fe_collection_01.cc

index fca5a33b9b1fb36a820b940a0f1f611daa5e335e..9280d6c6d3950230a5cfb731c5b25b35466266d3 100644 (file)
@@ -1,8 +1,8 @@
 //----------------------------  fe_collection_01.cc  ---------------------------
 //    $Id$
-//    Version: $Name$ 
+//    Version: $Name$
 //
-//    Copyright (C) 2005, 2006 by the deal.II authors
+//    Copyright (C) 2005, 2006, 2012 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -12,7 +12,7 @@
 //----------------------------  fe_collection_01.cc  ---------------------------
 
 
-// test that QCollection objects are copyable without running into
+// test that FECollection objects are copyable without running into
 // troubles when the copy is destroyed earlier than the original
 // object
 
@@ -46,14 +46,14 @@ int main ()
 {
   std::ofstream logfile("fe_collection_01/output");
   logfile.precision(2);
-  
+
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
-  
+
   test<1> ();
   test<2> ();
   test<3> ();
-  
+
   deallog << "OK" << std::endl;
 }

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.