From c06a2a02ab4a31f91489ccffd20b5573d47f0bfa Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 11 Feb 2011 03:19:07 +0000 Subject: [PATCH] Set properties correctly. git-svn-id: https://svn.dealii.org/trunk@23327 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/collective_01.cc | 2 +- tests/mpi/compute_mean_value.cc | 2 +- tests/mpi/constraint_matrix_trilinos_bug.cc | 2 +- tests/mpi/crash_04.cc | 2 +- tests/mpi/distribute_sp_01.cc | 2 +- tests/mpi/extract_constant_modes_01.cc | 2 +- tests/mpi/extract_locally_active_dofs.cc | 2 +- tests/mpi/ghost_01.cc | 2 +- tests/mpi/p4est_2d_coarse_01.cc | 2 +- tests/mpi/p4est_2d_constraintmatrix_01.cc | 2 +- tests/mpi/p4est_2d_constraintmatrix_02.cc | 2 +- tests/mpi/p4est_2d_constraintmatrix_03.cc | 2 +- tests/mpi/p4est_2d_constraintmatrix_04.cc | 2 +- tests/mpi/p4est_2d_dofhandler_01.cc | 2 +- tests/mpi/p4est_2d_dofhandler_02.cc | 2 +- tests/mpi/p4est_2d_dofhandler_03.cc | 2 +- tests/mpi/p4est_2d_dofhandler_04.cc | 2 +- tests/mpi/p4est_2d_dofhandler_05.cc | 2 +- tests/mpi/p4est_2d_ghost_01.cc | 2 +- tests/mpi/p4est_2d_ghost_02.cc | 2 +- tests/mpi/p4est_2d_refine_01.cc | 2 +- tests/mpi/p4est_2d_refine_02.cc | 2 +- tests/mpi/p4est_2d_refine_03.cc | 2 +- tests/mpi/p4est_2d_renumber_01.cc | 2 +- tests/mpi/p4est_2d_renumber_02.cc | 2 +- tests/mpi/p4est_2d_simple.cc | 2 +- tests/mpi/p4est_3d_constraintmatrix_01.cc | 2 +- tests/mpi/p4est_3d_constraintmatrix_02.cc | 2 +- tests/mpi/p4est_3d_constraintmatrix_04.cc | 2 +- tests/mpi/p4est_3d_ghost_01.cc | 2 +- tests/mpi/p4est_3d_refine_01.cc | 2 +- tests/mpi/p4est_data_out_01.cc | 2 +- tests/mpi/p4est_get_subdomain_association.cc | 2 +- tests/mpi/p4est_max_refine.cc | 2 +- tests/mpi/point_to_point_pattern_01.cc | 2 +- tests/mpi/refine_and_coarsen_fixed_fraction_01.cc | 2 +- tests/mpi/refine_and_coarsen_fixed_fraction_02.cc | 2 +- tests/mpi/refine_and_coarsen_fixed_fraction_03.cc | 2 +- tests/mpi/refine_and_coarsen_fixed_fraction_04.cc | 2 +- tests/mpi/refine_and_coarsen_fixed_fraction_05.cc | 2 +- tests/mpi/refine_and_coarsen_fixed_fraction_06.cc | 2 +- tests/mpi/refine_and_coarsen_fixed_number_01.cc | 2 +- tests/mpi/refine_and_coarsen_fixed_number_02.cc | 2 +- tests/mpi/refine_and_coarsen_fixed_number_03.cc | 2 +- tests/mpi/refine_and_coarsen_fixed_number_04.cc | 2 +- tests/mpi/refine_and_coarsen_fixed_number_05.cc | 2 +- tests/mpi/simple_mpi_01.cc | 2 +- tests/mpi/trilinos_ghost_01.cc | 2 +- tests/mpi/trilinos_ghost_02.cc | 2 +- tests/mpi/trilinos_ghost_03.cc | 2 +- tests/mpi/trilinos_ghost_03_linfty.cc | 2 +- tests/mpi/trilinos_ghost_04.cc | 2 +- tests/mpi/trilinos_ghost_05.cc | 2 +- 53 files changed, 53 insertions(+), 53 deletions(-) diff --git a/tests/mpi/collective_01.cc b/tests/mpi/collective_01.cc index 47ed78be63..c22ce908c3 100644 --- a/tests/mpi/collective_01.cc +++ b/tests/mpi/collective_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/compute_mean_value.cc b/tests/mpi/compute_mean_value.cc index 396a4de79c..ba6b100da0 100644 --- a/tests/mpi/compute_mean_value.cc +++ b/tests/mpi/compute_mean_value.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010, 2011 by the deal.II authors diff --git a/tests/mpi/constraint_matrix_trilinos_bug.cc b/tests/mpi/constraint_matrix_trilinos_bug.cc index 8c87f735b7..40e98c05e1 100644 --- a/tests/mpi/constraint_matrix_trilinos_bug.cc +++ b/tests/mpi/constraint_matrix_trilinos_bug.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/crash_04.cc b/tests/mpi/crash_04.cc index 7db9527753..e12bd0e41b 100644 --- a/tests/mpi/crash_04.cc +++ b/tests/mpi/crash_04.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: crash_03.cc 22229 2010-10-02 03:12:04Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2008, 2010 by the deal.II authors diff --git a/tests/mpi/distribute_sp_01.cc b/tests/mpi/distribute_sp_01.cc index 0a5e25fb3f..afb1779e44 100644 --- a/tests/mpi/distribute_sp_01.cc +++ b/tests/mpi/distribute_sp_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/extract_constant_modes_01.cc b/tests/mpi/extract_constant_modes_01.cc index 3dc1634afc..b0e4d562de 100644 --- a/tests/mpi/extract_constant_modes_01.cc +++ b/tests/mpi/extract_constant_modes_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/extract_locally_active_dofs.cc b/tests/mpi/extract_locally_active_dofs.cc index 51abdea5f5..95fb3293af 100644 --- a/tests/mpi/extract_locally_active_dofs.cc +++ b/tests/mpi/extract_locally_active_dofs.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/ghost_01.cc b/tests/mpi/ghost_01.cc index c998e8f43c..62461dfb41 100644 --- a/tests/mpi/ghost_01.cc +++ b/tests/mpi/ghost_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: vector_assign_01.cc 17443 2008-10-31 19:25:47Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2004, 2005, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_coarse_01.cc b/tests/mpi/p4est_2d_coarse_01.cc index 076b45a18f..14c90a9f97 100644 --- a/tests/mpi/p4est_2d_coarse_01.cc +++ b/tests/mpi/p4est_2d_coarse_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_constraintmatrix_01.cc b/tests/mpi/p4est_2d_constraintmatrix_01.cc index 0c9cc5a119..9eee816ca9 100644 --- a/tests/mpi/p4est_2d_constraintmatrix_01.cc +++ b/tests/mpi/p4est_2d_constraintmatrix_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_constraintmatrix_02.cc b/tests/mpi/p4est_2d_constraintmatrix_02.cc index 22569d74e6..df6565738d 100644 --- a/tests/mpi/p4est_2d_constraintmatrix_02.cc +++ b/tests/mpi/p4est_2d_constraintmatrix_02.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_constraintmatrix_03.cc b/tests/mpi/p4est_2d_constraintmatrix_03.cc index a4c3c3541c..9f0e2fdcf5 100644 --- a/tests/mpi/p4est_2d_constraintmatrix_03.cc +++ b/tests/mpi/p4est_2d_constraintmatrix_03.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_constraintmatrix_04.cc b/tests/mpi/p4est_2d_constraintmatrix_04.cc index 086616fb55..e735d7caf5 100644 --- a/tests/mpi/p4est_2d_constraintmatrix_04.cc +++ b/tests/mpi/p4est_2d_constraintmatrix_04.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_dofhandler_01.cc b/tests/mpi/p4est_2d_dofhandler_01.cc index bb217be976..1b196b01f5 100644 --- a/tests/mpi/p4est_2d_dofhandler_01.cc +++ b/tests/mpi/p4est_2d_dofhandler_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_dofhandler_02.cc b/tests/mpi/p4est_2d_dofhandler_02.cc index 5d91381c2c..13a854b53d 100644 --- a/tests/mpi/p4est_2d_dofhandler_02.cc +++ b/tests/mpi/p4est_2d_dofhandler_02.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_dofhandler_03.cc b/tests/mpi/p4est_2d_dofhandler_03.cc index 962e8970ce..e841d1cc3f 100644 --- a/tests/mpi/p4est_2d_dofhandler_03.cc +++ b/tests/mpi/p4est_2d_dofhandler_03.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_dofhandler_04.cc b/tests/mpi/p4est_2d_dofhandler_04.cc index 8cf8bbea35..3bdc260de4 100644 --- a/tests/mpi/p4est_2d_dofhandler_04.cc +++ b/tests/mpi/p4est_2d_dofhandler_04.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_dofhandler_05.cc b/tests/mpi/p4est_2d_dofhandler_05.cc index b242468dbd..b24ff3d321 100644 --- a/tests/mpi/p4est_2d_dofhandler_05.cc +++ b/tests/mpi/p4est_2d_dofhandler_05.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_ghost_01.cc b/tests/mpi/p4est_2d_ghost_01.cc index 1172b192ab..4afd8dc394 100644 --- a/tests/mpi/p4est_2d_ghost_01.cc +++ b/tests/mpi/p4est_2d_ghost_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_ghost_02.cc b/tests/mpi/p4est_2d_ghost_02.cc index 2373d5a99f..460b6f4618 100644 --- a/tests/mpi/p4est_2d_ghost_02.cc +++ b/tests/mpi/p4est_2d_ghost_02.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_refine_01.cc b/tests/mpi/p4est_2d_refine_01.cc index 8d9df7e253..20e8914811 100644 --- a/tests/mpi/p4est_2d_refine_01.cc +++ b/tests/mpi/p4est_2d_refine_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_refine_02.cc b/tests/mpi/p4est_2d_refine_02.cc index afadc517d5..6fbe5e4d5e 100644 --- a/tests/mpi/p4est_2d_refine_02.cc +++ b/tests/mpi/p4est_2d_refine_02.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_refine_03.cc b/tests/mpi/p4est_2d_refine_03.cc index 15769158e2..1defbac776 100644 --- a/tests/mpi/p4est_2d_refine_03.cc +++ b/tests/mpi/p4est_2d_refine_03.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_renumber_01.cc b/tests/mpi/p4est_2d_renumber_01.cc index 6bffc3583c..1ec8923e7c 100644 --- a/tests/mpi/p4est_2d_renumber_01.cc +++ b/tests/mpi/p4est_2d_renumber_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_renumber_02.cc b/tests/mpi/p4est_2d_renumber_02.cc index 4c6257d3e2..e7ba2f8828 100644 --- a/tests/mpi/p4est_2d_renumber_02.cc +++ b/tests/mpi/p4est_2d_renumber_02.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_2d_simple.cc b/tests/mpi/p4est_2d_simple.cc index dda873bc1d..ece6f180db 100644 --- a/tests/mpi/p4est_2d_simple.cc +++ b/tests/mpi/p4est_2d_simple.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_3d_constraintmatrix_01.cc b/tests/mpi/p4est_3d_constraintmatrix_01.cc index 9a3b7e7112..faef8e608a 100644 --- a/tests/mpi/p4est_3d_constraintmatrix_01.cc +++ b/tests/mpi/p4est_3d_constraintmatrix_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_3d_constraintmatrix_02.cc b/tests/mpi/p4est_3d_constraintmatrix_02.cc index 65a3ec2aa5..734f0eb96c 100644 --- a/tests/mpi/p4est_3d_constraintmatrix_02.cc +++ b/tests/mpi/p4est_3d_constraintmatrix_02.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_3d_constraintmatrix_04.cc b/tests/mpi/p4est_3d_constraintmatrix_04.cc index c8d949e051..6c436dd84e 100644 --- a/tests/mpi/p4est_3d_constraintmatrix_04.cc +++ b/tests/mpi/p4est_3d_constraintmatrix_04.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_3d_ghost_01.cc b/tests/mpi/p4est_3d_ghost_01.cc index d11cbcf24f..3074f4c9c0 100644 --- a/tests/mpi/p4est_3d_ghost_01.cc +++ b/tests/mpi/p4est_3d_ghost_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_3d_refine_01.cc b/tests/mpi/p4est_3d_refine_01.cc index c57af05ffc..8e646612cc 100644 --- a/tests/mpi/p4est_3d_refine_01.cc +++ b/tests/mpi/p4est_3d_refine_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_data_out_01.cc b/tests/mpi/p4est_data_out_01.cc index 23c15fb15f..d1a239c459 100644 --- a/tests/mpi/p4est_data_out_01.cc +++ b/tests/mpi/p4est_data_out_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_get_subdomain_association.cc b/tests/mpi/p4est_get_subdomain_association.cc index bc60ec599f..62af16772d 100644 --- a/tests/mpi/p4est_get_subdomain_association.cc +++ b/tests/mpi/p4est_get_subdomain_association.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_max_refine.cc b/tests/mpi/p4est_max_refine.cc index a532672485..0b9fd70a9b 100644 --- a/tests/mpi/p4est_max_refine.cc +++ b/tests/mpi/p4est_max_refine.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/point_to_point_pattern_01.cc b/tests/mpi/point_to_point_pattern_01.cc index 59c3229371..d92f95e017 100644 --- a/tests/mpi/point_to_point_pattern_01.cc +++ b/tests/mpi/point_to_point_pattern_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/refine_and_coarsen_fixed_fraction_01.cc b/tests/mpi/refine_and_coarsen_fixed_fraction_01.cc index c80b224fd9..3b38356ad2 100644 --- a/tests/mpi/refine_and_coarsen_fixed_fraction_01.cc +++ b/tests/mpi/refine_and_coarsen_fixed_fraction_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: refine_and_coarsen_fixed_fraction_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/refine_and_coarsen_fixed_fraction_02.cc b/tests/mpi/refine_and_coarsen_fixed_fraction_02.cc index 54585fb318..7aa75ac832 100644 --- a/tests/mpi/refine_and_coarsen_fixed_fraction_02.cc +++ b/tests/mpi/refine_and_coarsen_fixed_fraction_02.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: refine_and_coarsen_fixed_fraction_02.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/refine_and_coarsen_fixed_fraction_03.cc b/tests/mpi/refine_and_coarsen_fixed_fraction_03.cc index 0b1b46e8b6..98f4b9c90a 100644 --- a/tests/mpi/refine_and_coarsen_fixed_fraction_03.cc +++ b/tests/mpi/refine_and_coarsen_fixed_fraction_03.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: refine_and_coarsen_fixed_fraction_03.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/refine_and_coarsen_fixed_fraction_04.cc b/tests/mpi/refine_and_coarsen_fixed_fraction_04.cc index 71570f2315..1a738c026a 100644 --- a/tests/mpi/refine_and_coarsen_fixed_fraction_04.cc +++ b/tests/mpi/refine_and_coarsen_fixed_fraction_04.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: refine_and_coarsen_fixed_fraction_04.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/refine_and_coarsen_fixed_fraction_05.cc b/tests/mpi/refine_and_coarsen_fixed_fraction_05.cc index 813e07b8bb..23b1c16b09 100644 --- a/tests/mpi/refine_and_coarsen_fixed_fraction_05.cc +++ b/tests/mpi/refine_and_coarsen_fixed_fraction_05.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: refine_and_coarsen_fixed_fraction_05.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/refine_and_coarsen_fixed_fraction_06.cc b/tests/mpi/refine_and_coarsen_fixed_fraction_06.cc index 579007b9cc..1b813e3b8d 100644 --- a/tests/mpi/refine_and_coarsen_fixed_fraction_06.cc +++ b/tests/mpi/refine_and_coarsen_fixed_fraction_06.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: refine_and_coarsen_fixed_fraction_06.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/refine_and_coarsen_fixed_number_01.cc b/tests/mpi/refine_and_coarsen_fixed_number_01.cc index 10a285715d..214dfd8d8c 100644 --- a/tests/mpi/refine_and_coarsen_fixed_number_01.cc +++ b/tests/mpi/refine_and_coarsen_fixed_number_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: refine_and_coarsen_fixed_number_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/refine_and_coarsen_fixed_number_02.cc b/tests/mpi/refine_and_coarsen_fixed_number_02.cc index ae6bf1c70e..8f40ff637c 100644 --- a/tests/mpi/refine_and_coarsen_fixed_number_02.cc +++ b/tests/mpi/refine_and_coarsen_fixed_number_02.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: refine_and_coarsen_fixed_number_02.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/refine_and_coarsen_fixed_number_03.cc b/tests/mpi/refine_and_coarsen_fixed_number_03.cc index eea71d379c..4c9428f33f 100644 --- a/tests/mpi/refine_and_coarsen_fixed_number_03.cc +++ b/tests/mpi/refine_and_coarsen_fixed_number_03.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: refine_and_coarsen_fixed_number_03.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/refine_and_coarsen_fixed_number_04.cc b/tests/mpi/refine_and_coarsen_fixed_number_04.cc index 0b30a3787e..daac9f9edd 100644 --- a/tests/mpi/refine_and_coarsen_fixed_number_04.cc +++ b/tests/mpi/refine_and_coarsen_fixed_number_04.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: refine_and_coarsen_fixed_number_04.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/refine_and_coarsen_fixed_number_05.cc b/tests/mpi/refine_and_coarsen_fixed_number_05.cc index 2f08954f1f..1ff3acba4f 100644 --- a/tests/mpi/refine_and_coarsen_fixed_number_05.cc +++ b/tests/mpi/refine_and_coarsen_fixed_number_05.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: refine_and_coarsen_fixed_number_05.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/simple_mpi_01.cc b/tests/mpi/simple_mpi_01.cc index 9340acc189..fa6ba64dd1 100644 --- a/tests/mpi/simple_mpi_01.cc +++ b/tests/mpi/simple_mpi_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarse_grid_01.cc 17444 2008-10-31 19:35:14Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009 by the deal.II authors diff --git a/tests/mpi/trilinos_ghost_01.cc b/tests/mpi/trilinos_ghost_01.cc index a2c1217ca4..54d270c5fb 100644 --- a/tests/mpi/trilinos_ghost_01.cc +++ b/tests/mpi/trilinos_ghost_01.cc @@ -1,5 +1,5 @@ //---------------------------- trilinos_vector_equality_4.cc --------------------------- -// $Id: vector_equality_4.cc 17992 2008-12-18 03:03:20Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2004, 2005, 2008, 2010 by the deal.II authors diff --git a/tests/mpi/trilinos_ghost_02.cc b/tests/mpi/trilinos_ghost_02.cc index 50177de264..0646eea700 100644 --- a/tests/mpi/trilinos_ghost_02.cc +++ b/tests/mpi/trilinos_ghost_02.cc @@ -1,5 +1,5 @@ //---------------------------- trilinos_vector_equality_4.cc --------------------------- -// $Id: vector_equality_4.cc 17992 2008-12-18 03:03:20Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2004, 2005, 2008, 2010 by the deal.II authors diff --git a/tests/mpi/trilinos_ghost_03.cc b/tests/mpi/trilinos_ghost_03.cc index 85a90b1e4d..5309710922 100644 --- a/tests/mpi/trilinos_ghost_03.cc +++ b/tests/mpi/trilinos_ghost_03.cc @@ -1,5 +1,5 @@ //---------------------------- trilinos_ghost_03.cc --------------------------- -// $Id: vector_equality_4.cc 17992 2008-12-18 03:03:20Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2004, 2005, 2008, 2010 by the deal.II authors diff --git a/tests/mpi/trilinos_ghost_03_linfty.cc b/tests/mpi/trilinos_ghost_03_linfty.cc index 312c72dff7..fa2a2219bc 100644 --- a/tests/mpi/trilinos_ghost_03_linfty.cc +++ b/tests/mpi/trilinos_ghost_03_linfty.cc @@ -1,5 +1,5 @@ //---------------------------- trilinos_ghost_03_linfty.cc --------------------------- -// $Id: vector_equality_4.cc 17992 2008-12-18 03:03:20Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2004, 2005, 2008, 2010 by the deal.II authors diff --git a/tests/mpi/trilinos_ghost_04.cc b/tests/mpi/trilinos_ghost_04.cc index 3e4983c73b..fa6163edbf 100644 --- a/tests/mpi/trilinos_ghost_04.cc +++ b/tests/mpi/trilinos_ghost_04.cc @@ -1,5 +1,5 @@ //---------------------------- trilinos_vector_equality_4.cc --------------------------- -// $Id: vector_equality_4.cc 17992 2008-12-18 03:03:20Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2004, 2005, 2008, 2010 by the deal.II authors diff --git a/tests/mpi/trilinos_ghost_05.cc b/tests/mpi/trilinos_ghost_05.cc index 5968d4cea7..c78d430583 100644 --- a/tests/mpi/trilinos_ghost_05.cc +++ b/tests/mpi/trilinos_ghost_05.cc @@ -1,5 +1,5 @@ //---------------------------- trilinos_vector_equality_4.cc --------------------------- -// $Id: vector_equality_4.cc 17992 2008-12-18 03:03:20Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2004, 2005, 2008, 2010 by the deal.II authors -- 2.39.5