From 78a633faac45abbb960c50eb99489c4f8a731840 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 26 Feb 2004 17:21:10 +0000 Subject: [PATCH] Fix CVS tags. git-svn-id: https://svn.dealii.org/trunk@8572 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/anisotropic_1.cc | 4 ++-- tests/base/anisotropic_2.cc | 4 ++-- tests/base/auto_derivative_function.cc | 4 ++-- tests/base/bdm.cc | 4 ++-- tests/base/data_out_base.cc | 4 ++-- tests/base/hierarchical.cc | 4 ++-- tests/base/logtest.cc | 4 ++-- tests/base/polynomial1d.cc | 4 ++-- tests/base/polynomial_test.cc | 4 ++-- tests/base/quadrature_selector.cc | 4 ++-- tests/base/quadrature_test.cc | 4 ++-- tests/base/reference.cc | 4 ++-- tests/base/table.cc | 4 ++-- tests/base/tensor.cc | 4 ++-- tests/base/timer.cc | 2 +- tests/deal.II/block_matrices.cc | 4 ++-- tests/deal.II/boundaries.cc | 4 ++-- tests/deal.II/constraints.cc | 2 +- tests/deal.II/data_out.cc | 4 ++-- tests/deal.II/derivative_approximation.cc | 4 ++-- tests/deal.II/derivatives.cc | 2 +- tests/deal.II/dof_renumbering.cc | 4 ++-- tests/deal.II/dof_test.cc | 4 ++-- tests/deal.II/error_estimator.cc | 4 ++-- tests/deal.II/face_orientations_3d.cc | 4 ++-- tests/deal.II/fe_tables.cc | 4 ++-- tests/deal.II/filtered_iterator.cc | 4 ++-- tests/deal.II/filtered_matrix.cc | 2 +- tests/deal.II/gradients.cc | 4 ++-- tests/deal.II/grid_in.cc | 4 ++-- tests/deal.II/grid_in_3d.cc | 4 ++-- tests/deal.II/grid_out.cc | 4 ++-- tests/deal.II/grid_test.cc | 4 ++-- tests/deal.II/grid_tools.cc | 4 ++-- tests/deal.II/grid_transform.cc | 4 ++-- tests/deal.II/helmholtz.h | 2 +- tests/deal.II/intergrid_constraints.cc | 2 +- tests/deal.II/intergrid_map.cc | 2 +- tests/deal.II/matrices.cc | 4 ++-- tests/deal.II/second_derivatives.cc | 4 ++-- tests/deal.II/sparsity_pattern.cc | 4 ++-- tests/deal.II/subdomain_ids.cc | 4 ++-- tests/deal.II/support_point_map.cc | 4 ++-- tests/deal.II/wave-test-3.cc | 4 ++-- tests/lac/benchmark.cc | 4 ++-- tests/lac/block_matrices.cc | 4 ++-- tests/lac/block_vector.cc | 4 ++-- tests/lac/block_vector_iterator.cc | 4 ++-- tests/lac/eigen.cc | 4 ++-- tests/lac/full_matrix.cc | 4 ++-- tests/lac/matrix_out.cc | 4 ++-- tests/lac/mg.cc | 4 ++-- tests/lac/mgbase.cc | 4 ++-- tests/lac/solver.cc | 4 ++-- tests/lac/sparse_ilu.cc | 4 ++-- tests/lac/sparse_matrices.cc | 4 ++-- tests/lac/sparsity_pattern.cc | 4 ++-- tests/lac/testmatrix.h | 2 +- tests/lac/vector-vector.cc | 4 ++-- 59 files changed, 110 insertions(+), 110 deletions(-) diff --git a/tests/base/anisotropic_1.cc b/tests/base/anisotropic_1.cc index 0625c9e8bd..5a600ef68f 100644 --- a/tests/base/anisotropic_1.cc +++ b/tests/base/anisotropic_1.cc @@ -1,8 +1,8 @@ //---------------------------- anisotropic_1.cc --------------------------- -// anisotropic_1.cc,v 1.4 2003/05/12 22:02:56 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2003 by the deal.II authors +// Copyright (C) 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/base/anisotropic_2.cc b/tests/base/anisotropic_2.cc index 480a06d5d9..7b4fff894f 100644 --- a/tests/base/anisotropic_2.cc +++ b/tests/base/anisotropic_2.cc @@ -1,8 +1,8 @@ //---------------------------- anisotropic_2.cc --------------------------- -// anisotropic_2.cc,v 1.3 2003/05/12 22:02:56 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2003 by the deal.II authors +// Copyright (C) 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/base/auto_derivative_function.cc b/tests/base/auto_derivative_function.cc index e737006c76..8e07b929bb 100644 --- a/tests/base/auto_derivative_function.cc +++ b/tests/base/auto_derivative_function.cc @@ -1,8 +1,8 @@ //---------------------------- polynomial_test.cc --------------------------- -// auto_derivative_function.cc,v 1.6 2003/04/09 15:49:50 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/base/bdm.cc b/tests/base/bdm.cc index 103f716251..f2efc2320c 100644 --- a/tests/base/bdm.cc +++ b/tests/base/bdm.cc @@ -1,8 +1,8 @@ //----------------------------------------------------------------------------- -// bdm.cc,v 1.1 2004/01/04 19:07:59 guido Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/base/data_out_base.cc b/tests/base/data_out_base.cc index 64ef5b3f5c..68b5cfe91d 100644 --- a/tests/base/data_out_base.cc +++ b/tests/base/data_out_base.cc @@ -1,8 +1,8 @@ //----------------------------------------------------------------------------- -// data_out_base.cc,v 1.3 2003/05/08 15:25:51 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/base/hierarchical.cc b/tests/base/hierarchical.cc index 9b6d875fc2..a0b9dc94fc 100644 --- a/tests/base/hierarchical.cc +++ b/tests/base/hierarchical.cc @@ -1,8 +1,8 @@ //----------------------------------------------------------------------------- -// hierarchical.cc,v 1.2 2003/05/12 22:02:56 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2003 by the deal.II authors +// Copyright (C) 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/base/logtest.cc b/tests/base/logtest.cc index 0193824b4a..086991841e 100644 --- a/tests/base/logtest.cc +++ b/tests/base/logtest.cc @@ -1,8 +1,8 @@ //---------------------------- logtest.cc --------------------------- -// logtest.cc,v 1.10 2003/01/08 17:58:17 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/base/polynomial1d.cc b/tests/base/polynomial1d.cc index e871b1930f..1bf316d5a8 100644 --- a/tests/base/polynomial1d.cc +++ b/tests/base/polynomial1d.cc @@ -1,8 +1,8 @@ //----------------------------------------------------------------------------- -// polynomial1d.cc,v 1.19 2003/12/16 11:29:21 guido Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/base/polynomial_test.cc b/tests/base/polynomial_test.cc index b54e3706eb..57e365fce8 100644 --- a/tests/base/polynomial_test.cc +++ b/tests/base/polynomial_test.cc @@ -1,8 +1,8 @@ //---------------------------- polynomial_test.cc --------------------------- -// polynomial_test.cc,v 1.27 2003/05/12 22:02:56 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/base/quadrature_selector.cc b/tests/base/quadrature_selector.cc index 15db6e03c7..8255556e78 100644 --- a/tests/base/quadrature_selector.cc +++ b/tests/base/quadrature_selector.cc @@ -1,8 +1,8 @@ //---------------------------- quadrature_selector.cc --------------------------- -// quadrature_selector.cc,v 1.18 2003/01/08 17:58:18 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/base/quadrature_test.cc b/tests/base/quadrature_test.cc index 18eb00f0a4..71d7f1c37c 100644 --- a/tests/base/quadrature_test.cc +++ b/tests/base/quadrature_test.cc @@ -1,8 +1,8 @@ //---------------------------- quadrature_test.cc --------------------------- -// quadrature_test.cc,v 1.18 2003/01/08 17:58:18 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/base/reference.cc b/tests/base/reference.cc index 193e69a6e6..6f1214d586 100644 --- a/tests/base/reference.cc +++ b/tests/base/reference.cc @@ -1,8 +1,8 @@ //---------------------------- reference.cc --------------------------- -// reference.cc,v 1.19 2003/05/05 13:49:06 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/base/table.cc b/tests/base/table.cc index 0904951e83..01358e48e3 100644 --- a/tests/base/table.cc +++ b/tests/base/table.cc @@ -1,8 +1,8 @@ //---------------------------- table.cc,v --------------------------- -// table.cc,v 1.5 2003/04/09 15:49:50 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/base/tensor.cc b/tests/base/tensor.cc index 3f06b2c54d..7791fdd6d5 100644 --- a/tests/base/tensor.cc +++ b/tests/base/tensor.cc @@ -1,8 +1,8 @@ //---------------------------- tensor.cc --------------------------- -// tensor.cc,v 1.17 2003/04/09 15:49:50 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/base/timer.cc b/tests/base/timer.cc index 41b2f947cb..746d43c697 100644 --- a/tests/base/timer.cc +++ b/tests/base/timer.cc @@ -1,5 +1,5 @@ //---------------------------- timer.cc --------------------------- -// timer.cc,v 1.11 2004/02/04 16:12:25 wolf Exp +// $Id$ // Version: // // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors diff --git a/tests/deal.II/block_matrices.cc b/tests/deal.II/block_matrices.cc index 9002c12114..691493cf56 100644 --- a/tests/deal.II/block_matrices.cc +++ b/tests/deal.II/block_matrices.cc @@ -1,8 +1,8 @@ //---------------------------- block_matrices.cc --------------------------- -// block_matrices.cc,v 1.16 2003/04/09 15:49:52 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/boundaries.cc b/tests/deal.II/boundaries.cc index 0e0329e3ad..1cf19b5b2e 100644 --- a/tests/deal.II/boundaries.cc +++ b/tests/deal.II/boundaries.cc @@ -1,8 +1,8 @@ //---------------------------- boundaries.cc --------------------------- -// boundaries.cc,v 1.6 2003/04/29 19:35:32 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/constraints.cc b/tests/deal.II/constraints.cc index 2b46c1dedc..731cc5a648 100644 --- a/tests/deal.II/constraints.cc +++ b/tests/deal.II/constraints.cc @@ -1,5 +1,5 @@ //---------------------------- constraints.cc --------------------------- -// constraints.cc,v 1.24 2004/02/04 01:53:47 wolf Exp +// $Id$ // Version: // // Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004 by the deal.II authors diff --git a/tests/deal.II/data_out.cc b/tests/deal.II/data_out.cc index debde77761..da88f2eede 100644 --- a/tests/deal.II/data_out.cc +++ b/tests/deal.II/data_out.cc @@ -1,8 +1,8 @@ //---------------------------- data_out.cc --------------------------- -// data_out.cc,v 1.12 2003/04/09 15:49:52 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/derivative_approximation.cc b/tests/deal.II/derivative_approximation.cc index 1c9ffdd361..ece9e9ef8d 100644 --- a/tests/deal.II/derivative_approximation.cc +++ b/tests/deal.II/derivative_approximation.cc @@ -1,8 +1,8 @@ //---------------------------- derivative_approximation.cc --------------------------- -// derivative_approximation.cc,v 1.7 2001/07/19 07:24:00 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001 by the deal.II authors +// Copyright (C) 2000, 2001, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/derivatives.cc b/tests/deal.II/derivatives.cc index a2168cce89..40fddb34ed 100644 --- a/tests/deal.II/derivatives.cc +++ b/tests/deal.II/derivatives.cc @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// derivatives.cc,v 1.9 2002/06/26 12:28:53 guido Exp +// $Id$ // Version: // // (c) 2001 the deal.II authors diff --git a/tests/deal.II/dof_renumbering.cc b/tests/deal.II/dof_renumbering.cc index 8dde44de43..fb7e754886 100644 --- a/tests/deal.II/dof_renumbering.cc +++ b/tests/deal.II/dof_renumbering.cc @@ -1,8 +1,8 @@ //---------------------------- dof_renumbering.cc --------------------------- -// dof_renumbering.cc,v 1.9 2003/07/03 11:49:00 guido Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/dof_test.cc b/tests/deal.II/dof_test.cc index a5288df9a1..14f8248771 100644 --- a/tests/deal.II/dof_test.cc +++ b/tests/deal.II/dof_test.cc @@ -1,8 +1,8 @@ //---------------------------- dof_test.cc --------------------------- -// dof_test.cc,v 1.27 2003/07/03 10:31:47 guido Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/error_estimator.cc b/tests/deal.II/error_estimator.cc index 983f290b74..47baed8a4e 100644 --- a/tests/deal.II/error_estimator.cc +++ b/tests/deal.II/error_estimator.cc @@ -1,8 +1,8 @@ //---------------------------- derivative_approximation.cc --------------------------- -// error_estimator.cc,v 1.6 2003/04/29 19:36:05 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/face_orientations_3d.cc b/tests/deal.II/face_orientations_3d.cc index 58a3d66239..bc19e195d4 100644 --- a/tests/deal.II/face_orientations_3d.cc +++ b/tests/deal.II/face_orientations_3d.cc @@ -1,8 +1,8 @@ //---------------------------- face_orientations_3d.cc --------------------------- -// face_orientations_3d.cc,v 1.1 2003/10/18 19:18:26 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2002, 2003 by the deal.II authors +// Copyright (C) 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/fe_tables.cc b/tests/deal.II/fe_tables.cc index ebfdcefab7..3a7899b4ff 100644 --- a/tests/deal.II/fe_tables.cc +++ b/tests/deal.II/fe_tables.cc @@ -1,8 +1,8 @@ //---------------------------- fe_tables.cc --------------------------- -// fe_tables.cc,v 1.22 2003/04/09 15:49:52 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/filtered_iterator.cc b/tests/deal.II/filtered_iterator.cc index 7cb90c7127..a244946800 100644 --- a/tests/deal.II/filtered_iterator.cc +++ b/tests/deal.II/filtered_iterator.cc @@ -1,8 +1,8 @@ //------------------------- filtered_iterator.cc ------------------------ -// filtered_iterator.cc,v 1.3 2003/04/09 15:49:53 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/filtered_matrix.cc b/tests/deal.II/filtered_matrix.cc index b0598ddc93..5c4d18f6ab 100644 --- a/tests/deal.II/filtered_matrix.cc +++ b/tests/deal.II/filtered_matrix.cc @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// filtered_matrix.cc,v 1.7 2003/04/09 15:49:53 wolf Exp +// $Id$ // Version: // // (c) 2001 the deal.II authors diff --git a/tests/deal.II/gradients.cc b/tests/deal.II/gradients.cc index 81baca1032..db7892e646 100644 --- a/tests/deal.II/gradients.cc +++ b/tests/deal.II/gradients.cc @@ -1,8 +1,8 @@ //---------------------------- gradients.cc --------------------------- -// gradients.cc,v 1.18 2003/04/09 15:49:53 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/grid_in.cc b/tests/deal.II/grid_in.cc index a336ecd8e7..01754088a3 100644 --- a/tests/deal.II/grid_in.cc +++ b/tests/deal.II/grid_in.cc @@ -1,8 +1,8 @@ //---------------------------- grid_in.cc --------------------------- -// grid_in.cc,v 1.6 2003/09/23 21:42:44 mike Exp +// $Id$ // Version: // -// Copyright (C) 2002, 2003 by the deal.II authors +// Copyright (C) 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/grid_in_3d.cc b/tests/deal.II/grid_in_3d.cc index 165d0f71b0..6aab43d7af 100644 --- a/tests/deal.II/grid_in_3d.cc +++ b/tests/deal.II/grid_in_3d.cc @@ -1,8 +1,8 @@ //---------------------------- grid_in_3d.cc --------------------------- -// grid_in_3d.cc,v 1.2 2003/10/18 19:18:52 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2002, 2003 by the deal.II authors +// Copyright (C) 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/grid_out.cc b/tests/deal.II/grid_out.cc index f8efbe1bbd..a244b161c3 100644 --- a/tests/deal.II/grid_out.cc +++ b/tests/deal.II/grid_out.cc @@ -1,8 +1,8 @@ //---------------------------- constraints.cc --------------------------- -// grid_out.cc,v 1.4 2003/04/09 15:49:53 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2002, 2003 by the deal.II authors +// Copyright (C) 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/grid_test.cc b/tests/deal.II/grid_test.cc index ca9b892b48..cf7a29075b 100644 --- a/tests/deal.II/grid_test.cc +++ b/tests/deal.II/grid_test.cc @@ -1,8 +1,8 @@ //---------------------------- grid_test.cc --------------------------- -// grid_test.cc,v 1.24 2003/04/09 15:49:53 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/grid_tools.cc b/tests/deal.II/grid_tools.cc index 6212f16dd5..b4fd3bfddf 100644 --- a/tests/deal.II/grid_tools.cc +++ b/tests/deal.II/grid_tools.cc @@ -1,8 +1,8 @@ //---------------------------- grid_test.cc --------------------------- -// grid_tools.cc,v 1.5 2003/04/09 15:49:53 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/grid_transform.cc b/tests/deal.II/grid_transform.cc index 8243daa324..6772185050 100644 --- a/tests/deal.II/grid_transform.cc +++ b/tests/deal.II/grid_transform.cc @@ -1,8 +1,8 @@ //---------------------------- grid_transform.cc --------------------------- -// grid_transform.cc,v 1.6 2003/04/23 15:55:28 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/helmholtz.h b/tests/deal.II/helmholtz.h index 515b676a1a..c7a2c554f8 100644 --- a/tests/deal.II/helmholtz.h +++ b/tests/deal.II/helmholtz.h @@ -1,4 +1,4 @@ -// helmholtz.h,v 1.2 2000/02/09 20:01:34 wolf Exp +// $Id$ #include "../tests.h" #include diff --git a/tests/deal.II/intergrid_constraints.cc b/tests/deal.II/intergrid_constraints.cc index ca5f68f7bd..8fa0fda494 100644 --- a/tests/deal.II/intergrid_constraints.cc +++ b/tests/deal.II/intergrid_constraints.cc @@ -1,4 +1,4 @@ -/* intergrid_constraints.cc,v 1.9 2003/07/03 10:31:47 guido Exp */ +/* $Id$ /* Author: Wolfgang Bangerth, University of Heidelberg, 2000 */ /* Purpose: check some things with the intergrid map diff --git a/tests/deal.II/intergrid_map.cc b/tests/deal.II/intergrid_map.cc index 2ed3cefeb0..606d64c0e5 100644 --- a/tests/deal.II/intergrid_map.cc +++ b/tests/deal.II/intergrid_map.cc @@ -1,4 +1,4 @@ -/* intergrid_map.cc,v 1.6 2003/04/09 15:49:53 wolf Exp */ +/* $Id$ /* Author: Wolfgang Bangerth, University of Heidelberg, 2000 */ /* Purpose: check some things with the intergrid map diff --git a/tests/deal.II/matrices.cc b/tests/deal.II/matrices.cc index aabd9d9879..383e60eeb0 100644 --- a/tests/deal.II/matrices.cc +++ b/tests/deal.II/matrices.cc @@ -1,8 +1,8 @@ //---------------------------- matrices.cc --------------------------- -// matrices.cc,v 1.9 2003/04/09 15:49:53 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/second_derivatives.cc b/tests/deal.II/second_derivatives.cc index 1889085b56..c5fea95cd9 100644 --- a/tests/deal.II/second_derivatives.cc +++ b/tests/deal.II/second_derivatives.cc @@ -1,8 +1,8 @@ //---------------------------- second_derivatives.cc --------------------------- -// second_derivatives.cc,v 1.20 2003/04/09 15:49:53 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2001, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/sparsity_pattern.cc b/tests/deal.II/sparsity_pattern.cc index 64c6c51b1c..29e91fe3cd 100644 --- a/tests/deal.II/sparsity_pattern.cc +++ b/tests/deal.II/sparsity_pattern.cc @@ -1,8 +1,8 @@ //---------------------------- sparsity_pattern.cc --------------------------- -// sparsity_pattern.cc,v 1.3 2003/04/09 15:49:53 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/subdomain_ids.cc b/tests/deal.II/subdomain_ids.cc index ce6c3ef2c7..abd59525ac 100644 --- a/tests/deal.II/subdomain_ids.cc +++ b/tests/deal.II/subdomain_ids.cc @@ -1,8 +1,8 @@ //---------------------------- subdomain_ids.cc --------------------------- -// subdomain_ids.cc,v 1.7 2003/04/09 15:49:54 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/support_point_map.cc b/tests/deal.II/support_point_map.cc index de2c3905c0..205c10b838 100644 --- a/tests/deal.II/support_point_map.cc +++ b/tests/deal.II/support_point_map.cc @@ -1,8 +1,8 @@ //---------------------------- support_point_map.cc --------------------------- -// support_point_map.cc,v 1.6 2003/04/09 15:49:54 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/deal.II/wave-test-3.cc b/tests/deal.II/wave-test-3.cc index 351fc215c5..624a131546 100644 --- a/tests/deal.II/wave-test-3.cc +++ b/tests/deal.II/wave-test-3.cc @@ -1,8 +1,8 @@ //---------------------------- wave-test-3.cc --------------------------- -// wave-test-3.cc,v 1.45 2003/04/09 15:49:54 wolf Exp +// $Id$ // Version: // -// std::copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by Wolfgang Bangerth +// std::copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by Wolfgang Bangerth // // This file is subject to QPL and may not be distributed // without std::copyright and license information. Please refer diff --git a/tests/lac/benchmark.cc b/tests/lac/benchmark.cc index b438502e06..a339e83224 100644 --- a/tests/lac/benchmark.cc +++ b/tests/lac/benchmark.cc @@ -1,8 +1,8 @@ //---------------------------- benchmark.cc --------------------------- -// benchmark.cc,v 1.4 2003/04/30 23:08:40 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/lac/block_matrices.cc b/tests/lac/block_matrices.cc index 34f86428fd..dc8460f80e 100644 --- a/tests/lac/block_matrices.cc +++ b/tests/lac/block_matrices.cc @@ -1,8 +1,8 @@ //---------------------------- block_matrices.cc --------------------------- -// block_matrices.cc,v 1.15 2003/04/30 23:08:40 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/lac/block_vector.cc b/tests/lac/block_vector.cc index 727ca21fe7..7c3723da1f 100644 --- a/tests/lac/block_vector.cc +++ b/tests/lac/block_vector.cc @@ -1,8 +1,8 @@ //-------------------------------------------------------------------- -// block_vector.cc,v 1.14 2003/05/05 13:49:06 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/lac/block_vector_iterator.cc b/tests/lac/block_vector_iterator.cc index 58341b7efc..6ad7687c42 100644 --- a/tests/lac/block_vector_iterator.cc +++ b/tests/lac/block_vector_iterator.cc @@ -1,8 +1,8 @@ //-------------------------------------------------------------------- -// block_vector_iterator.cc,v 1.5 2003/04/09 15:49:56 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/lac/eigen.cc b/tests/lac/eigen.cc index 80ac3aa609..ecbcb50ba6 100644 --- a/tests/lac/eigen.cc +++ b/tests/lac/eigen.cc @@ -1,8 +1,8 @@ //-------------------------------------------------------------------- -// eigen.cc,v 1.5 2003/04/30 23:08:40 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/lac/full_matrix.cc b/tests/lac/full_matrix.cc index bc3fe3e5c5..27a195c501 100644 --- a/tests/lac/full_matrix.cc +++ b/tests/lac/full_matrix.cc @@ -1,8 +1,8 @@ //---------------------------- full_matrix.cc,v --------------------------- -// full_matrix.cc,v 1.12 2003/07/18 12:16:47 guido Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/lac/matrix_out.cc b/tests/lac/matrix_out.cc index 8ce3dc280a..dbccb20d85 100644 --- a/tests/lac/matrix_out.cc +++ b/tests/lac/matrix_out.cc @@ -1,8 +1,8 @@ //---------------------------- matrix_out.cc --------------------------- -// matrix_out.cc,v 1.5 2003/04/09 15:49:56 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/lac/mg.cc b/tests/lac/mg.cc index 851047a2f0..e21fe11297 100644 --- a/tests/lac/mg.cc +++ b/tests/lac/mg.cc @@ -1,8 +1,8 @@ //---------------------------- mg.cc --------------------------- -// mg.cc,v 1.23 2003/01/08 17:58:21 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/lac/mgbase.cc b/tests/lac/mgbase.cc index 1b98a4654d..c051903c0f 100644 --- a/tests/lac/mgbase.cc +++ b/tests/lac/mgbase.cc @@ -1,8 +1,8 @@ //---------------------------- mgbase.cc --------------------------- -// mgbase.cc,v 1.13 2003/01/08 17:58:21 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/lac/solver.cc b/tests/lac/solver.cc index 5426907502..3895d7d346 100644 --- a/tests/lac/solver.cc +++ b/tests/lac/solver.cc @@ -1,8 +1,8 @@ //---------------------------- solver.cc --------------------------- -// solver.cc,v 1.33 2003/05/30 19:19:16 guido Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/lac/sparse_ilu.cc b/tests/lac/sparse_ilu.cc index 4d51421f5c..b9b8339839 100644 --- a/tests/lac/sparse_ilu.cc +++ b/tests/lac/sparse_ilu.cc @@ -1,8 +1,8 @@ //---------------------------- sparse_ilu.cc --------------------------- -// sparse_ilu.cc,v 1.10 2003/04/30 23:08:40 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/lac/sparse_matrices.cc b/tests/lac/sparse_matrices.cc index 95533d0c02..ecfbf8ad90 100644 --- a/tests/lac/sparse_matrices.cc +++ b/tests/lac/sparse_matrices.cc @@ -1,8 +1,8 @@ //---------------------------- testmatrix.cc --------------------------- -// sparse_matrices.cc,v 1.21 2003/09/09 16:09:15 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/lac/sparsity_pattern.cc b/tests/lac/sparsity_pattern.cc index 2d1b882ac6..2d8f5bf1f1 100644 --- a/tests/lac/sparsity_pattern.cc +++ b/tests/lac/sparsity_pattern.cc @@ -1,8 +1,8 @@ //---------------------------- sparsity_pattern.cc,v --------------------------- -// sparsity_pattern.cc,v 1.9 2003/04/30 23:08:40 wolf Exp +// $Id$ // Version: // -// Copyright (C) 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/tests/lac/testmatrix.h b/tests/lac/testmatrix.h index f7579d2969..dc0f23c017 100644 --- a/tests/lac/testmatrix.h +++ b/tests/lac/testmatrix.h @@ -1,4 +1,4 @@ -// testmatrix.h,v 1.15 2002/10/03 22:41:22 wolf Exp +// $Id$ #include "../tests.h" #include diff --git a/tests/lac/vector-vector.cc b/tests/lac/vector-vector.cc index c1d2de98f0..b9087f6342 100644 --- a/tests/lac/vector-vector.cc +++ b/tests/lac/vector-vector.cc @@ -1,8 +1,8 @@ //---------------------------- solver.cc --------------------------- -// vector-vector.cc,v 1.9 2003/04/30 23:08:40 wolf Exp +// $Id$ // Version: // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer -- 2.39.5