]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix CVS tags.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 26 Feb 2004 17:21:10 +0000 (17:21 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 26 Feb 2004 17:21:10 +0000 (17:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@8572 0785d39b-7218-0410-832d-ea1e28bc413d

59 files changed:
tests/base/anisotropic_1.cc
tests/base/anisotropic_2.cc
tests/base/auto_derivative_function.cc
tests/base/bdm.cc
tests/base/data_out_base.cc
tests/base/hierarchical.cc
tests/base/logtest.cc
tests/base/polynomial1d.cc
tests/base/polynomial_test.cc
tests/base/quadrature_selector.cc
tests/base/quadrature_test.cc
tests/base/reference.cc
tests/base/table.cc
tests/base/tensor.cc
tests/base/timer.cc
tests/deal.II/block_matrices.cc
tests/deal.II/boundaries.cc
tests/deal.II/constraints.cc
tests/deal.II/data_out.cc
tests/deal.II/derivative_approximation.cc
tests/deal.II/derivatives.cc
tests/deal.II/dof_renumbering.cc
tests/deal.II/dof_test.cc
tests/deal.II/error_estimator.cc
tests/deal.II/face_orientations_3d.cc
tests/deal.II/fe_tables.cc
tests/deal.II/filtered_iterator.cc
tests/deal.II/filtered_matrix.cc
tests/deal.II/gradients.cc
tests/deal.II/grid_in.cc
tests/deal.II/grid_in_3d.cc
tests/deal.II/grid_out.cc
tests/deal.II/grid_test.cc
tests/deal.II/grid_tools.cc
tests/deal.II/grid_transform.cc
tests/deal.II/helmholtz.h
tests/deal.II/intergrid_constraints.cc
tests/deal.II/intergrid_map.cc
tests/deal.II/matrices.cc
tests/deal.II/second_derivatives.cc
tests/deal.II/sparsity_pattern.cc
tests/deal.II/subdomain_ids.cc
tests/deal.II/support_point_map.cc
tests/deal.II/wave-test-3.cc
tests/lac/benchmark.cc
tests/lac/block_matrices.cc
tests/lac/block_vector.cc
tests/lac/block_vector_iterator.cc
tests/lac/eigen.cc
tests/lac/full_matrix.cc
tests/lac/matrix_out.cc
tests/lac/mg.cc
tests/lac/mgbase.cc
tests/lac/solver.cc
tests/lac/sparse_ilu.cc
tests/lac/sparse_matrices.cc
tests/lac/sparsity_pattern.cc
tests/lac/testmatrix.h
tests/lac/vector-vector.cc

index 0625c9e8bd5d9bd43ee09adce6bc09f9dd2804a3..5a600ef68fc43b3baf775d1e80dfaff4262909e4 100644 (file)
@@ -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
index 480a06d5d938ec543073e17d19ca6d09b1449000..7b4fff894fdf993e7e9782b75d47219b3c5a33e3 100644 (file)
@@ -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
index e737006c765a1e654b14962d5aa2fe78a21568bc..8e07b929bbaaacb775d9ed48b1390a564a4adf66 100644 (file)
@@ -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
index 103f71625121c6f948a7ef191858f0843ffaa211..f2efc2320ce9095a7813619abdd49803ff023e9f 100644 (file)
@@ -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
index 64ef5b3f5c0825796325fa1f933cd6476ecce405..68b5cfe91dcc6cf538e68ce5ed23aca019033c5f 100644 (file)
@@ -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
index 9b6d875fc23350d0ec201961c9c460918c38cbe9..a0b9dc94fc6b00ba9c33dbb0117e934842a5d8d0 100644 (file)
@@ -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
index 0193824b4a3d0e7ee80464abc31262d38c40c101..086991841e4e5552f0efe4310ecb405ad1cd16b6 100644 (file)
@@ -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
index e871b1930fec374b0aae2b5e62139a04f49c4120..1bf316d5a830b1ed60fab1e811bff93aab0b7564 100644 (file)
@@ -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
index b54e3706eb28f8e911ce78e8c8509a33df43e955..57e365fce80b42f7602ce0b5a4e4098574cf9397 100644 (file)
@@ -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
index 15db6e03c79ff16c28a736f59e14513e80a02ceb..8255556e78c597b0e00d4995478b0178d2306e8a 100644 (file)
@@ -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
index 18eb00f0a4ba25631302190694d31371e4e87ac9..71d7f1c37cd1db9ca7ebed87ffe750dd1520168a 100644 (file)
@@ -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
index 193e69a6e63cb42da86f7e082af322e95674b784..6f1214d586833288d2d7f7ea137cdc05d0089a5d 100644 (file)
@@ -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
index 0904951e834b9bafae5aa86cdda1fedd32a10860..01358e48e340d24a26a261f9d874f389688bfb72 100644 (file)
@@ -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
index 3f06b2c54dc5597744213de1a8fad291cead4d02..7791fdd6d5d33c74d447492d7f8ffbe961ef6e27 100644 (file)
@@ -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
index 41b2f947cbfacee5441162faaa8d9ef83dc53746..746d43c6972218312250442ac22cbdbc17efcc9b 100644 (file)
@@ -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
index 9002c12114a23000a7d0138305d4647a52bad07b..691493cf560dcdf5d4b8714c9844068cd56d05a4 100644 (file)
@@ -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
index 0e0329e3adefaab459ca12f764d9a0912f8e8a75..1cf19b5b2edc4d5307d723bd20691fefe2049ea1 100644 (file)
@@ -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
index 2b46c1dedc82ea729e4a2e91fb5917d434a023ff..731cc5a648c08a0590a560cd080504017ee957c6 100644 (file)
@@ -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
index debde777611a8eb2dd1434fd8a9689685a2d18ff..da88f2eedeeb704ca261cdf0e12d9f767ed3eaef 100644 (file)
@@ -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
index 1c9ffdd3616f1af3653f39fb4bc191f26127fe1d..ece9e9ef8d7167beb304f4ae32f92bfdecd5a248 100644 (file)
@@ -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
index a2168cce89a0fc1a437550e9b74e7175ed4267b3..40fddb34edbd03810d9c55ce01658fcf1f3e3fe2 100644 (file)
@@ -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
index 8dde44de435c69e8afe78eb07a0d3c519565617e..fb7e7548866ec73a716da5fa6bfb2da9e664b202 100644 (file)
@@ -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
index a5288df9a11191219f151b6e114c22fcc5a70200..14f8248771d14402d9b26f4e4d667f66b2610597 100644 (file)
@@ -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
index 983f290b74cfe1a7fa854fe80e46f20485f4fbe0..47baed8a4ee01985d4e31ed3607b59676a984546 100644 (file)
@@ -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
index 58a3d66239e7d993fd1dec37b0bb5b108ec67f0f..bc19e195d446e094929fb9de36fc59c6ee792107 100644 (file)
@@ -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
index ebfdcefab744f2f426d297e1a20b2d7441f442e5..3a7899b4fffb30feee90f7258e8dbb3169f04ec4 100644 (file)
@@ -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
index 7cb90c712776ba86e38deed9eb2d62861a414ef5..a2449468002f939a599009869c72c64ccda46657 100644 (file)
@@ -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
index b0598ddc9325ea9d343eeecb92c545548a603230..5c4d18f6ab9c1b4de20444b0014a201b46e2dfde 100644 (file)
@@ -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
index 81baca1032d783d68d9f8ca0895e078a84f2daeb..db7892e646cb1961d1bf814d79191ad032198ff9 100644 (file)
@@ -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
index a336ecd8e73d4f5e9755e90b1d5599913c2d274b..01754088a3655fded1cf21a652862260ac3ab7de 100644 (file)
@@ -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
index 165d0f71b0115d59e6087d1be43a85f0773d365a..6aab43d7afdd4c72802c0057f4375bec529cc046 100644 (file)
@@ -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
index f8efbe1bbdd82b29e28c8865db2114c886267236..a244b161c3984805b18d5c0e149ce0d62ba70a93 100644 (file)
@@ -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
index ca9b892b48e41b35d8161e7ad573a4bf497d4271..cf7a29075b1bf53de186bee2e98f0d18f18a19cc 100644 (file)
@@ -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
index 6212f16dd5ebf0cbbd567c95167e2aaeff692cb6..b4fd3bfddf604b11c8777ec5a3522f9f61804f06 100644 (file)
@@ -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
index 8243daa3244c2c8edce41527dbc899d1ace91733..67721850506ca7b786c1c29af01d46624e7d6ec8 100644 (file)
@@ -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
index 515b676a1aa9cad6c842f2e45083721986300c87..c7a2c554f8b469a41836d560b38e194d39fc67ad 100644 (file)
@@ -1,4 +1,4 @@
-// helmholtz.h,v 1.2 2000/02/09 20:01:34 wolf Exp
+// $Id$
 
 #include "../tests.h"
 #include <multigrid/mg_base.h>
index ca5f68f7bdbef4c757d90508d0657fdd59334a00..8fa0fda494e9c9d107298822816e81137481109f 100644 (file)
@@ -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
index 2ed3cefeb02a5df7af2b1db4f55b854f2ec83bf6..606d64c0e586cef4c0640bd854f773f7a6d9b35d 100644 (file)
@@ -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
index aabd9d98792d13ff203200c17b37f30dd50ccab3..383e60eeb05e50f8dc3d730ae1b593bc03c0e535 100644 (file)
@@ -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
index 1889085b561b4f54dab1e7c78f1c68421c747d64..c5fea95cd9c1600025ecb1cac07f7b1862d476fe 100644 (file)
@@ -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
index 64c6c51b1c02727175c633e4ca87bc9d04b87eae..29e91fe3cd2e580dc8e14e1502f2d1f1768890c7 100644 (file)
@@ -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
index ce6c3ef2c799120c226a5e838d4b6ea98f02432a..abd59525acc98c0d93a1960cc79b8c4c11d4c17b 100644 (file)
@@ -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
index de2c3905c0ab1f4b6d3f9886dd79928c402d2eaf..205c10b838c06c4474b27c9f2f6e11525756dcc8 100644 (file)
@@ -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
index 351fc215c5a99dc36614fe2c91c457a18fffdeb8..624a1315469aa2c34cd049fd7f02c1fbfe8d4069 100644 (file)
@@ -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
index b438502e06572132bc36e163f4238b5a555ad7c8..a339e83224b8398587b97b9a809d9fcba517a65a 100644 (file)
@@ -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
index 34f86428fd030e662095de22cec851e19403d9fe..dc8460f80e4f0ab5f6a55269f0e3c524b1f6aad0 100644 (file)
@@ -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
index 727ca21fe7382994cbe3b53bb68f6ab68725f39a..7c3723da1f51484d4e1f65cba852ccf0edd10e68 100644 (file)
@@ -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
index 58341b7efcdac208f8e908f185c0120054a5e237..6ad7687c42b1eacaf2cfb7acd4b2d6f9cd734e4e 100644 (file)
@@ -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
index 80ac3aa609bbf93464084e73041aa5ed227cd2f1..ecbcb50ba691faa88df7b6b796bbf580e2911505 100644 (file)
@@ -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
index bc3fe3e5c5d8c181431aec7d7230b3aaefe2182f..27a195c5016373f6e6fb68f2f1ebd07008d8615e 100644 (file)
@@ -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
index 8ce3dc280a00744181ba7c6d5d2dacf31f1d7f34..dbccb20d85a1a739299d24fa25c6ff288d9309d6 100644 (file)
@@ -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
index 851047a2f01597bf1ff44f40d27bbc70fc8bb10e..e21fe112971ad3790dad093b24756ea247670dbf 100644 (file)
@@ -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
index 1b98a4654d8fb4050ecf43a38ed123585a5bddf5..c051903c0f75d914abc26d1d7c1c4c2de352a99b 100644 (file)
@@ -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
index 5426907502293adae03e43136f4b7a83be5072e1..3895d7d346e6e243f4510f1b88a61c4f4ba57657 100644 (file)
@@ -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
index 4d51421f5c90a27b213042350c5a0be2d0a94ba9..b9b8339839768f324a30739e8b236903d4f6e31d 100644 (file)
@@ -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
index 95533d0c0282e47f9b2bdcca676ca3b3ae45bd26..ecfbf8ad90372b1edde9220acf96911ef4f58ef1 100644 (file)
@@ -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
index 2d1b882ac69c9d8e3c91a0ddbada818f2cf4cf3e..2d8f5bf1f12ce2e7a011dcf6355f099644862e51 100644 (file)
@@ -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
index f7579d296940295646c17cf025fe4d329161ee79..dc0f23c017ad045f47f87a0f6b587ad11c2617b0 100644 (file)
@@ -1,4 +1,4 @@
-// testmatrix.h,v 1.15 2002/10/03 22:41:22 wolf Exp
+// $Id$
 
 #include "../tests.h"
 #include <base/exceptions.h>
index c1d2de98f020c6052f840b7fe00132bd7f54ed38..b9087f6342c782a2360022590d31924d729cbd35 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.