From 19fdb33b5e19313d04d745409e94c7114184f186 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 11 May 2010 12:17:18 +0000 Subject: [PATCH] Fix names in header. git-svn-id: https://svn.dealii.org/trunk@21117 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/measure_et_al.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/deal.II/measure_et_al.cc b/tests/deal.II/measure_et_al.cc index 772a145fa8..bd1b711456 100644 --- a/tests/deal.II/measure_et_al.cc +++ b/tests/deal.II/measure_et_al.cc @@ -1,15 +1,15 @@ -//---------------------------- project_to_surface_01.cc --------------------------- +//---------------------------- measure_et_al.cc --------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006, 2008, 2009 by the deal.II authors +// Copyright (C) 2005, 2006, 2008, 2009, 2010 by the deal.II authors // // 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. // -//---------------------------- project_to_surface_01.cc --------------------------- +//---------------------------- measure_et_al.cc --------------------------- // Computes measure, center and barycenter on a variety of cells -- 2.39.5