From 89e80e8e878f4a9ab7e9e1dd0f9682e48b5d49de Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 4 Aug 2006 19:15:07 +0000 Subject: [PATCH] Fix comments git-svn-id: https://svn.dealii.org/trunk@13600 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/rt_2.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/bits/rt_2.cc b/tests/bits/rt_2.cc index 2f1bd53d3b..d3f1842cd1 100644 --- a/tests/bits/rt_2.cc +++ b/tests/bits/rt_2.cc @@ -1,15 +1,15 @@ -//---------------------------- rt_1.cc --------------------------- +//---------------------------- rt_2.cc --------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2005 by the deal.II authors and Oliver Kayser-Herold +// Copyright (C) 2005, 2006 by the deal.II authors and Oliver Kayser-Herold // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- rt_1.cc --------------------------- +//---------------------------- rt_2.cc --------------------------- // Small test to analyse the equivalence from both sides of a face of // the normal component for the Raviart-Thomas element -- 2.39.5