From 359f119f1140cd0c0d4a9347b108d0adab6709ad Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 10 Sep 2006 16:53:06 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://svn.dealii.org/trunk@13890 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/grid_tools.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/deal.II/grid_tools.cc b/tests/deal.II/grid_tools.cc index 502fc4663c..d4fe53e2ad 100644 --- a/tests/deal.II/grid_tools.cc +++ b/tests/deal.II/grid_tools.cc @@ -1,15 +1,15 @@ -//---------------------------- grid_test.cc --------------------------- +//---------------------------- grid_tools.cc --------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 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. // -//---------------------------- grid_test.cc --------------------------- +//---------------------------- grid_tools.cc --------------------------- #include "../tests.h" -- 2.39.5