From 4edabb6b05c0fcab9e39f2375cc2f03db75431c4 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 15 Sep 2005 14:32:29 +0000 Subject: [PATCH] remove redundancy git-svn-id: https://svn.dealii.org/trunk@11453 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/data_out_01.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/bits/data_out_01.cc b/tests/bits/data_out_01.cc index d7fff430ca..604fc36adb 100644 --- a/tests/bits/data_out_01.cc +++ b/tests/bits/data_out_01.cc @@ -1,15 +1,15 @@ -//---------------------------- data_out_01.cc --------------------------- +//---------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2003, 2004 by the deal.II authors +// Copyright (C) 2003, 2004, 2005 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. // -//---------------------------- data_out_01.cc --------------------------- +//---------------------------------------------------------------------- #include "../tests.h" #include "data_out_common.cc" -- 2.39.5