From 8342a180f42da34099af4bddfa022a472d3c52ef Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 20 Sep 2012 13:28:15 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@26562 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/hp/fe_collection_01.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/hp/fe_collection_01.cc b/tests/hp/fe_collection_01.cc index fca5a33b9b..9280d6c6d3 100644 --- a/tests/hp/fe_collection_01.cc +++ b/tests/hp/fe_collection_01.cc @@ -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; } -- 2.39.5