From e2c982bcbf4a2c3a23fa19b77ebfed340b81eca7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 9 Feb 2011 13:29:40 +0000 Subject: [PATCH] Fix number. git-svn-id: https://svn.dealii.org/trunk@23307 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/codim_one/extract_boundary_mesh_05.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/codim_one/extract_boundary_mesh_05.cc b/tests/codim_one/extract_boundary_mesh_05.cc index bc3fdf4a79..7445368be8 100644 --- a/tests/codim_one/extract_boundary_mesh_05.cc +++ b/tests/codim_one/extract_boundary_mesh_05.cc @@ -1,15 +1,15 @@ -//---------------------------- extract_boundary_mesh_03.cc --------------------------- +//---------------------------- extract_boundary_mesh_05.cc --------------------------- // $Id: bem.cc 22693 2010-11-11 20:11:47Z kanschat $ // Version: $Name$ // -// Copyright (C) 2010 by the deal.II authors +// Copyright (C) 2010, 2011 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. // -//---------------------------- extract_boundary_mesh_03.cc --------------------------- +//---------------------------- extract_boundary_mesh_05.cc --------------------------- #include "../tests.h" -- 2.39.5