From 2b74d1dc697001718e68790447cb75b31ae743a2 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 4 Jul 2012 14:18:43 +0000 Subject: [PATCH] Set properties correctly. git-svn-id: https://svn.dealii.org/trunk@25686 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/index_set_20.cc | 2 +- tests/base/index_set_readwrite_02.cc | 2 +- tests/base/polynomial_minus_equals.cc | 2 +- tests/base/utilities_04.cc | 2 +- tests/bits/fe_field_function_03.cc | 2 +- tests/bits/fe_field_function_03_vector.cc | 2 +- tests/bits/fe_field_function_04.cc | 2 +- tests/bits/fe_field_function_04_vector.cc | 2 +- tests/bits/fe_field_function_05.cc | 2 +- tests/bits/fe_field_function_05_vector.cc | 2 +- tests/bits/fe_field_function_06_vector.cc | 2 +- tests/bits/fe_field_function_07_vector.cc | 2 +- tests/bits/fe_field_function_08_vector.cc | 2 +- tests/bits/find_cell_6.cc | 2 +- tests/bits/find_cell_7.cc | 2 +- tests/bits/get_boundary_indicators_1d.cc | 2 +- tests/bits/map_dofs_to_support_points_hp_01.cc | 2 +- tests/bits/map_dofs_to_support_points_hp_02.cc | 2 +- tests/bits/mapping_q_eulerian_04.cc | 2 +- tests/bits/mapping_q_eulerian_05.cc | 2 +- tests/codim_one/grid_in_out_03.cc | 2 +- tests/codim_one/mapping_03.cc | 2 +- tests/codim_one/mapping_q_eulerian.cc | 2 +- tests/codim_one/mesh_bug.cc | 2 +- tests/deal.II/dof_renumbering_zorder_01.cc | 2 +- tests/deal.II/dof_renumbering_zorder_02.cc | 2 +- tests/deal.II/fe_field.cc | 2 +- tests/deal.II/inhomogeneous_constraints_02.cc | 2 +- tests/deal.II/inhomogeneous_constraints_03.cc | 2 +- tests/deal.II/inhomogeneous_constraints_04.cc | 2 +- tests/deal.II/measure_et_al_02.cc | 2 +- tests/deal.II/no_flux_08.cc | 2 +- tests/deal.II/no_flux_09.cc | 2 +- tests/deal.II/no_flux_10.cc | 2 +- tests/distributed_grids/2d_dofhandler_01.cc | 2 +- tests/distributed_grids/2d_refinement_06.cc | 2 +- tests/distributed_grids/3d_refinement_06.cc | 2 +- tests/distributed_grids/3d_refinement_07.cc | 2 +- tests/distributed_grids/solution_transfer_01.cc | 2 +- tests/distributed_grids/solution_transfer_02.cc | 2 +- tests/distributed_grids/solution_transfer_03.cc | 2 +- tests/distributed_grids/solution_transfer_04.cc | 2 +- tests/distributed_grids/tria_settings_01.cc | 2 +- tests/distributed_grids/update_number_cache_01.cc | 2 +- tests/fe/mapping_real_to_unit_02.cc | 2 +- .../lac/block_compressed_simple_sparsity_pattern_indexset_01.cc | 2 +- tests/lac/constraints_01.cc | 2 +- tests/lac/solver_leak.cc | 2 +- tests/lac/solver_selector_02.cc | 2 +- tests/lapack/full_matrix_05.cc | 2 +- tests/lapack/full_matrix_06.cc | 2 +- tests/lapack/full_matrix_07.cc | 2 +- tests/mpi/no_flux_constraints_02.cc | 2 +- tests/mpi/no_flux_constraints_03.cc | 2 +- tests/mpi/p4est_3d_refine_02.cc | 2 +- tests/mpi/p4est_3d_refine_03.cc | 2 +- tests/mpi/p4est_save_01.cc | 2 +- tests/mpi/p4est_save_02.cc | 2 +- tests/mpi/p4est_save_03.cc | 2 +- tests/mpi/petsc_01.cc | 2 +- tests/mpi/petsc_02.cc | 2 +- tests/mpi/refine_and_coarsen_fixed_number_06.cc | 2 +- tests/mpi/renumber_z_order_01.cc | 2 +- tests/mpi/renumber_z_order_02.cc | 2 +- tests/mpi/trilinos_compress_bug.cc | 2 +- tests/petsc/solver_12.cc | 2 +- tests/petsc/solver_13.cc | 2 +- tests/petsc/vector_wrap_01.cc | 2 +- 68 files changed, 68 insertions(+), 68 deletions(-) diff --git a/tests/base/index_set_20.cc b/tests/base/index_set_20.cc index 943ba30fb6..1ed54d3b50 100644 --- a/tests/base/index_set_20.cc +++ b/tests/base/index_set_20.cc @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// $Id: index_set_19.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2010 by the deal.II authors diff --git a/tests/base/index_set_readwrite_02.cc b/tests/base/index_set_readwrite_02.cc index bf080f691f..e063f37005 100644 --- a/tests/base/index_set_readwrite_02.cc +++ b/tests/base/index_set_readwrite_02.cc @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// $Id: index_set_readwrite_01.cc 21799 2010-08-30 17:08:00Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2010 by the deal.II authors diff --git a/tests/base/polynomial_minus_equals.cc b/tests/base/polynomial_minus_equals.cc index 5c90cd129d..fde6c864df 100644 --- a/tests/base/polynomial_minus_equals.cc +++ b/tests/base/polynomial_minus_equals.cc @@ -1,4 +1,4 @@ -/* $Id: polynomial.cc $ */ +/* $Id$ */ /* Author: Andrew McBride, 2010 */ /* */ /* Copyright (C) 2010 by the deal.II authors */ diff --git a/tests/base/utilities_04.cc b/tests/base/utilities_04.cc index dbc57e0d30..f77b25c590 100644 --- a/tests/base/utilities_04.cc +++ b/tests/base/utilities_04.cc @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// $Id: utilities_03.cc 24204 2011-08-25 19:13:52Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2006, 2011 by the deal.II authors diff --git a/tests/bits/fe_field_function_03.cc b/tests/bits/fe_field_function_03.cc index 834205d8be..644c6c7e0d 100644 --- a/tests/bits/fe_field_function_03.cc +++ b/tests/bits/fe_field_function_03.cc @@ -1,5 +1,5 @@ //------------------------------------------------------- -// $Id: fe_field_function_03.cc $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2011 by the deal.II authors diff --git a/tests/bits/fe_field_function_03_vector.cc b/tests/bits/fe_field_function_03_vector.cc index 834205d8be..644c6c7e0d 100644 --- a/tests/bits/fe_field_function_03_vector.cc +++ b/tests/bits/fe_field_function_03_vector.cc @@ -1,5 +1,5 @@ //------------------------------------------------------- -// $Id: fe_field_function_03.cc $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2011 by the deal.II authors diff --git a/tests/bits/fe_field_function_04.cc b/tests/bits/fe_field_function_04.cc index 6d469a7d0f..661ab2afbc 100644 --- a/tests/bits/fe_field_function_04.cc +++ b/tests/bits/fe_field_function_04.cc @@ -1,5 +1,5 @@ //------------------------------------------------------- -// $Id: fe_field_function_04.cc $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2011, 2012 by the deal.II authors diff --git a/tests/bits/fe_field_function_04_vector.cc b/tests/bits/fe_field_function_04_vector.cc index 4e2c42ba5d..2288091207 100644 --- a/tests/bits/fe_field_function_04_vector.cc +++ b/tests/bits/fe_field_function_04_vector.cc @@ -1,5 +1,5 @@ //------------------------------------------------------- -// $Id: fe_field_function_04_vector.cc $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2011, 2012 by the deal.II authors diff --git a/tests/bits/fe_field_function_05.cc b/tests/bits/fe_field_function_05.cc index dc9cbc8e26..d771e159fa 100644 --- a/tests/bits/fe_field_function_05.cc +++ b/tests/bits/fe_field_function_05.cc @@ -1,5 +1,5 @@ //------------------------------------------------------- -// $Id: fe_field_function_05.cc $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2011, 2012 by the deal.II authors diff --git a/tests/bits/fe_field_function_05_vector.cc b/tests/bits/fe_field_function_05_vector.cc index 1cca11c83d..53a194cd28 100644 --- a/tests/bits/fe_field_function_05_vector.cc +++ b/tests/bits/fe_field_function_05_vector.cc @@ -1,5 +1,5 @@ //------------------------------------------------------- -// $Id: fe_field_function_05_vector.cc $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2011, 2012 by the deal.II authors diff --git a/tests/bits/fe_field_function_06_vector.cc b/tests/bits/fe_field_function_06_vector.cc index 79d334a8e9..bcffb3fa7d 100644 --- a/tests/bits/fe_field_function_06_vector.cc +++ b/tests/bits/fe_field_function_06_vector.cc @@ -1,5 +1,5 @@ //------------------------------------------------------- -// $Id: fe_field_function_05_vector.cc $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2011, 2012 by the deal.II authors diff --git a/tests/bits/fe_field_function_07_vector.cc b/tests/bits/fe_field_function_07_vector.cc index 55dd72deed..a83b729078 100644 --- a/tests/bits/fe_field_function_07_vector.cc +++ b/tests/bits/fe_field_function_07_vector.cc @@ -1,5 +1,5 @@ //------------------------------------------------------- -// $Id: fe_field_function_05_vector.cc $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2011, 2012 by the deal.II authors diff --git a/tests/bits/fe_field_function_08_vector.cc b/tests/bits/fe_field_function_08_vector.cc index 52ca8a09e3..55aa7ff1e9 100644 --- a/tests/bits/fe_field_function_08_vector.cc +++ b/tests/bits/fe_field_function_08_vector.cc @@ -1,5 +1,5 @@ //------------------------------------------------------- -// $Id: fe_field_function_08_vector.cc $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2011, 2012 by the deal.II authors diff --git a/tests/bits/find_cell_6.cc b/tests/bits/find_cell_6.cc index 0efe9ed306..4151252248 100644 --- a/tests/bits/find_cell_6.cc +++ b/tests/bits/find_cell_6.cc @@ -1,5 +1,5 @@ //---------------------------- find_cell_6.cc --------------------------- -// $Id: find_cell_5.cc 25229 2012-03-09 18:34:59Z pauletti $ +// $Id$ // Version: $Name$ // // Copyright (C) 2003, 2004, 2005, 2006, 2012 by the deal.II authors diff --git a/tests/bits/find_cell_7.cc b/tests/bits/find_cell_7.cc index ff82f85952..1dda10399a 100644 --- a/tests/bits/find_cell_7.cc +++ b/tests/bits/find_cell_7.cc @@ -1,5 +1,5 @@ //---------------------------- find_cell_7.cc --------------------------- -// $Id: find_cell_5.cc 25229 2012-03-09 18:34:59Z pauletti $ +// $Id$ // Version: $Name$ // // Copyright (C) 2003, 2004, 2005, 2006, 2012 by the deal.II authors diff --git a/tests/bits/get_boundary_indicators_1d.cc b/tests/bits/get_boundary_indicators_1d.cc index fd9359d72f..72044ac500 100644 --- a/tests/bits/get_boundary_indicators_1d.cc +++ b/tests/bits/get_boundary_indicators_1d.cc @@ -1,5 +1,5 @@ //---------------------------- get_boundary_indicators_1d.cc --------------------------- -// $Id: testsuite.html 23951 2011-07-20 11:44:09Z bangerth $ +// $Id$ // // Copyright (C) 2011 by the deal.II authors // diff --git a/tests/bits/map_dofs_to_support_points_hp_01.cc b/tests/bits/map_dofs_to_support_points_hp_01.cc index aca1b06b03..1a7a2014b0 100644 --- a/tests/bits/map_dofs_to_support_points_hp_01.cc +++ b/tests/bits/map_dofs_to_support_points_hp_01.cc @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// $Id: map_dofs_to_support_points_hp_01.cc 24468 2011-09-29 15:44:06Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2003, 2004, 2005, 2009, 2011 by the deal.II authors diff --git a/tests/bits/map_dofs_to_support_points_hp_02.cc b/tests/bits/map_dofs_to_support_points_hp_02.cc index 2b467aaf44..9b57c80194 100644 --- a/tests/bits/map_dofs_to_support_points_hp_02.cc +++ b/tests/bits/map_dofs_to_support_points_hp_02.cc @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// $Id: map_dofs_to_support_points_hp_02.cc 24468 2011-09-29 15:44:06Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2003, 2004, 2005, 2009, 2011 by the deal.II authors diff --git a/tests/bits/mapping_q_eulerian_04.cc b/tests/bits/mapping_q_eulerian_04.cc index 7bc6a2e6d5..ad39c62893 100644 --- a/tests/bits/mapping_q_eulerian_04.cc +++ b/tests/bits/mapping_q_eulerian_04.cc @@ -1,6 +1,6 @@ //---------------------------- template.cc --------------------------- -// $Id: mapping_q1_eulerian.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2009, 2010, 2011 by the deal.II authors diff --git a/tests/bits/mapping_q_eulerian_05.cc b/tests/bits/mapping_q_eulerian_05.cc index f892717e64..1d4a43e987 100644 --- a/tests/bits/mapping_q_eulerian_05.cc +++ b/tests/bits/mapping_q_eulerian_05.cc @@ -1,6 +1,6 @@ //---------------------------- template.cc --------------------------- -// $Id: mapping_q1_eulerian.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2009, 2010, 2011 by the deal.II authors diff --git a/tests/codim_one/grid_in_out_03.cc b/tests/codim_one/grid_in_out_03.cc index bf7c68ebff..bb921dcf39 100644 --- a/tests/codim_one/grid_in_out_03.cc +++ b/tests/codim_one/grid_in_out_03.cc @@ -1,6 +1,6 @@ //---------------------------- template.cc --------------------------- -// $Id: grid_in_out_02.cc 22595 2010-11-03 11:30:11Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2008, 2010, 2011 by the deal.II authors diff --git a/tests/codim_one/mapping_03.cc b/tests/codim_one/mapping_03.cc index 9aacebe4e4..0e5e96d2fa 100644 --- a/tests/codim_one/mapping_03.cc +++ b/tests/codim_one/mapping_03.cc @@ -1,5 +1,5 @@ //---------------------------- mapping_02.cc --------------------------- -// $Id: bem.cc 22693 2010-11-11 20:11:47Z kanschat $ +// $Id$ // Version: $Name$ // // Copyright (C) 2010, 2011 by the deal.II authors diff --git a/tests/codim_one/mapping_q_eulerian.cc b/tests/codim_one/mapping_q_eulerian.cc index b833f20801..ee03f78eba 100644 --- a/tests/codim_one/mapping_q_eulerian.cc +++ b/tests/codim_one/mapping_q_eulerian.cc @@ -1,6 +1,6 @@ //---------------------------- template.cc --------------------------- -// $Id: mapping_q1_eulerian.cc 23716 2011-05-17 17:26:59Z heltai $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2009, 2010, 2011 by the deal.II authors diff --git a/tests/codim_one/mesh_bug.cc b/tests/codim_one/mesh_bug.cc index e067de3f34..9cc2b30596 100644 --- a/tests/codim_one/mesh_bug.cc +++ b/tests/codim_one/mesh_bug.cc @@ -1,6 +1,6 @@ //---------------------------- mesh_bug.cc --------------------------- -// $Id: testsuite.html 13373 2006-07-13 13:12:08Z kanschat $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005 by the deal.II authors diff --git a/tests/deal.II/dof_renumbering_zorder_01.cc b/tests/deal.II/dof_renumbering_zorder_01.cc index 193e25fbec..f5f6f0e0db 100644 --- a/tests/deal.II/dof_renumbering_zorder_01.cc +++ b/tests/deal.II/dof_renumbering_zorder_01.cc @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// $Id: dof_renumbering_02.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2000, 2001, 2003, 2004, 2007, 2008, 2010, 2011 by the deal.II authors diff --git a/tests/deal.II/dof_renumbering_zorder_02.cc b/tests/deal.II/dof_renumbering_zorder_02.cc index e8eae99c9d..35960c6e60 100644 --- a/tests/deal.II/dof_renumbering_zorder_02.cc +++ b/tests/deal.II/dof_renumbering_zorder_02.cc @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// $Id: dof_renumbering_02.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2000, 2001, 2003, 2004, 2007, 2008, 2010, 2011 by the deal.II authors diff --git a/tests/deal.II/fe_field.cc b/tests/deal.II/fe_field.cc index 4ea7c544f2..b21a2ddbf6 100644 --- a/tests/deal.II/fe_field.cc +++ b/tests/deal.II/fe_field.cc @@ -1,5 +1,5 @@ //------------------------------ fe_field.cc ---------------------------- -// $Id: boundaries.cc 24689 2011-10-29 15:28:46Z kanschat $ +// $Id$ // Version: $Name$ // // Copyright (C) 2012 by the deal.II authors diff --git a/tests/deal.II/inhomogeneous_constraints_02.cc b/tests/deal.II/inhomogeneous_constraints_02.cc index cd37d5cedf..1ebe24c36e 100644 --- a/tests/deal.II/inhomogeneous_constraints_02.cc +++ b/tests/deal.II/inhomogeneous_constraints_02.cc @@ -1,5 +1,5 @@ //------------------ inhomogeneous_constraints.cc ------------------------ -// $Id: inhomogeneous_constraints.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009 by the deal.II authors diff --git a/tests/deal.II/inhomogeneous_constraints_03.cc b/tests/deal.II/inhomogeneous_constraints_03.cc index 3b6f8786d1..56a440807b 100644 --- a/tests/deal.II/inhomogeneous_constraints_03.cc +++ b/tests/deal.II/inhomogeneous_constraints_03.cc @@ -1,5 +1,5 @@ //------------------ inhomogeneous_constraints.cc ------------------------ -// $Id: inhomogeneous_constraints.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009 by the deal.II authors diff --git a/tests/deal.II/inhomogeneous_constraints_04.cc b/tests/deal.II/inhomogeneous_constraints_04.cc index 7ab3ce2a26..45873f9026 100644 --- a/tests/deal.II/inhomogeneous_constraints_04.cc +++ b/tests/deal.II/inhomogeneous_constraints_04.cc @@ -1,5 +1,5 @@ //------------------ inhomogeneous_constraints.cc ------------------------ -// $Id: inhomogeneous_constraints.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009 by the deal.II authors diff --git a/tests/deal.II/measure_et_al_02.cc b/tests/deal.II/measure_et_al_02.cc index d31ade009e..09d62aa222 100644 --- a/tests/deal.II/measure_et_al_02.cc +++ b/tests/deal.II/measure_et_al_02.cc @@ -1,5 +1,5 @@ //---------------------------- measure_et_al.cc --------------------------- -// $Id: measure_et_al.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2006, 2008, 2009, 2010 by the deal.II authors diff --git a/tests/deal.II/no_flux_08.cc b/tests/deal.II/no_flux_08.cc index 1ef5f7d56d..a8fca95aae 100644 --- a/tests/deal.II/no_flux_08.cc +++ b/tests/deal.II/no_flux_08.cc @@ -1,5 +1,5 @@ //---------------------------- vectors_rhs_hp_02.cc --------------------------- -// $Id: vectors_rhs_hp_02.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2000, 2001, 2003, 2004, 2006, 2007, 2011 by the deal.II authors diff --git a/tests/deal.II/no_flux_09.cc b/tests/deal.II/no_flux_09.cc index 9caaaf99ab..7ed51d2601 100644 --- a/tests/deal.II/no_flux_09.cc +++ b/tests/deal.II/no_flux_09.cc @@ -1,5 +1,5 @@ //---------------------------- no_flux_09.cc --------------------------- -// $Id: vectors_rhs_hp_02.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2000, 2001, 2003, 2004, 2006, 2007, 2011, 2012 by the deal.II authors diff --git a/tests/deal.II/no_flux_10.cc b/tests/deal.II/no_flux_10.cc index a1bb12929d..46fa963653 100644 --- a/tests/deal.II/no_flux_10.cc +++ b/tests/deal.II/no_flux_10.cc @@ -1,5 +1,5 @@ //---------------------------- vectors_rhs_hp_02.cc --------------------------- -// $Id: vectors_rhs_hp_02.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2012 by the deal.II authors diff --git a/tests/distributed_grids/2d_dofhandler_01.cc b/tests/distributed_grids/2d_dofhandler_01.cc index 8997f67fae..08dc27ea41 100644 --- a/tests/distributed_grids/2d_dofhandler_01.cc +++ b/tests/distributed_grids/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 by the deal.II authors diff --git a/tests/distributed_grids/2d_refinement_06.cc b/tests/distributed_grids/2d_refinement_06.cc index fcbe938665..10dc6049f9 100644 --- a/tests/distributed_grids/2d_refinement_06.cc +++ b/tests/distributed_grids/2d_refinement_06.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_refinement_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/distributed_grids/3d_refinement_06.cc b/tests/distributed_grids/3d_refinement_06.cc index 7f20e45944..e4926cffb9 100644 --- a/tests/distributed_grids/3d_refinement_06.cc +++ b/tests/distributed_grids/3d_refinement_06.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 3d_refinement_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/distributed_grids/3d_refinement_07.cc b/tests/distributed_grids/3d_refinement_07.cc index 2708a6605c..f20478c988 100644 --- a/tests/distributed_grids/3d_refinement_07.cc +++ b/tests/distributed_grids/3d_refinement_07.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 3d_refinement_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/distributed_grids/solution_transfer_01.cc b/tests/distributed_grids/solution_transfer_01.cc index 9706533649..f9d5938bf8 100644 --- a/tests/distributed_grids/solution_transfer_01.cc +++ b/tests/distributed_grids/solution_transfer_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 3d_refinement_02.cc 19830 2009-10-12 18:19:51Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2008, 2009, 2010 by the deal.II authors diff --git a/tests/distributed_grids/solution_transfer_02.cc b/tests/distributed_grids/solution_transfer_02.cc index 2f33e7dc24..4f2779808c 100644 --- a/tests/distributed_grids/solution_transfer_02.cc +++ b/tests/distributed_grids/solution_transfer_02.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 3d_refinement_02.cc 19830 2009-10-12 18:19:51Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2008, 2009, 2010 by the deal.II authors diff --git a/tests/distributed_grids/solution_transfer_03.cc b/tests/distributed_grids/solution_transfer_03.cc index c7fd21e068..a21ee09241 100644 --- a/tests/distributed_grids/solution_transfer_03.cc +++ b/tests/distributed_grids/solution_transfer_03.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 3d_refinement_02.cc 19830 2009-10-12 18:19:51Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2008, 2009, 2010 by the deal.II authors diff --git a/tests/distributed_grids/solution_transfer_04.cc b/tests/distributed_grids/solution_transfer_04.cc index 56d6e8318b..b52a392755 100644 --- a/tests/distributed_grids/solution_transfer_04.cc +++ b/tests/distributed_grids/solution_transfer_04.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 3d_refinement_02.cc 19830 2009-10-12 18:19:51Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2008, 2009, 2010 by the deal.II authors diff --git a/tests/distributed_grids/tria_settings_01.cc b/tests/distributed_grids/tria_settings_01.cc index 8a7b9209d7..4f03affe18 100644 --- a/tests/distributed_grids/tria_settings_01.cc +++ b/tests/distributed_grids/tria_settings_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarsening_01.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2008, 2009 by the deal.II authors diff --git a/tests/distributed_grids/update_number_cache_01.cc b/tests/distributed_grids/update_number_cache_01.cc index 093376203b..5ac6e9b43a 100644 --- a/tests/distributed_grids/update_number_cache_01.cc +++ b/tests/distributed_grids/update_number_cache_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: 2d_coarsening_01.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2008, 2009, 2012 by the deal.II authors diff --git a/tests/fe/mapping_real_to_unit_02.cc b/tests/fe/mapping_real_to_unit_02.cc index ff1bb4ccc1..33ecafe13f 100644 --- a/tests/fe/mapping_real_to_unit_02.cc +++ b/tests/fe/mapping_real_to_unit_02.cc @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// $Id: mapping_real_to_unit_q1.cc 25655 2012-06-27 21:40:00Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2006, 2007, 2010, 2012 by the deal.II authors diff --git a/tests/lac/block_compressed_simple_sparsity_pattern_indexset_01.cc b/tests/lac/block_compressed_simple_sparsity_pattern_indexset_01.cc index 9e00674a70..b53a72b702 100644 --- a/tests/lac/block_compressed_simple_sparsity_pattern_indexset_01.cc +++ b/tests/lac/block_compressed_simple_sparsity_pattern_indexset_01.cc @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// $Id: block_sparsity_pattern_01.cc 15661 2008-01-24 04:59:09Z kanschat $ +// $Id$ // Version: $Name$ // // Copyright (C) 2006, 2008 by the deal.II authors diff --git a/tests/lac/constraints_01.cc b/tests/lac/constraints_01.cc index f34b4d95d8..8f3036b941 100644 --- a/tests/lac/constraints_01.cc +++ b/tests/lac/constraints_01.cc @@ -1,5 +1,5 @@ //---------------------------- constraints_zero.cc --------------------------- -// $Id: constraints_zero.cc 18471 2009-03-10 13:20:31Z kronbichler $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2006, 2007, 2008 by the deal.II authors diff --git a/tests/lac/solver_leak.cc b/tests/lac/solver_leak.cc index 0a9c94bbd3..2907d2d28b 100644 --- a/tests/lac/solver_leak.cc +++ b/tests/lac/solver_leak.cc @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// $Id: solver.cc 21548 2010-07-20 19:58:37Z kanschat $ +// $Id$ // // Copyright (C) 1998 - 2005, 2010 by the deal.II authors // diff --git a/tests/lac/solver_selector_02.cc b/tests/lac/solver_selector_02.cc index ddc29c661b..5aabff39ab 100644 --- a/tests/lac/solver_selector_02.cc +++ b/tests/lac/solver_selector_02.cc @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// $Id: solver_selector_01.cc 21777 2010-08-29 17:36:27Z bangerth $ +// $Id$ // // Copyright (C) 2010 by the deal.II authors // diff --git a/tests/lapack/full_matrix_05.cc b/tests/lapack/full_matrix_05.cc index 7566138c9b..32b0c35db9 100644 --- a/tests/lapack/full_matrix_05.cc +++ b/tests/lapack/full_matrix_05.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------- -// $Id: full_matrix_05.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2006, 2010 by the deal.II authors diff --git a/tests/lapack/full_matrix_06.cc b/tests/lapack/full_matrix_06.cc index 370579bd7e..d6ff88b129 100644 --- a/tests/lapack/full_matrix_06.cc +++ b/tests/lapack/full_matrix_06.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------- -// $Id: full_matrix_05.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2006, 2010 by the deal.II authors diff --git a/tests/lapack/full_matrix_07.cc b/tests/lapack/full_matrix_07.cc index da3686102c..98d56507aa 100644 --- a/tests/lapack/full_matrix_07.cc +++ b/tests/lapack/full_matrix_07.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------- -// $Id: full_matrix_05.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2005, 2006, 2010 by the deal.II authors diff --git a/tests/mpi/no_flux_constraints_02.cc b/tests/mpi/no_flux_constraints_02.cc index 95b2130eb2..5957031056 100644 --- a/tests/mpi/no_flux_constraints_02.cc +++ b/tests/mpi/no_flux_constraints_02.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: no_flux_constraints.cc 24175 2011-08-24 12:14:21Z kronbichler $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/no_flux_constraints_03.cc b/tests/mpi/no_flux_constraints_03.cc index e00d4bcfce..5f83a1b078 100644 --- a/tests/mpi/no_flux_constraints_03.cc +++ b/tests/mpi/no_flux_constraints_03.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: no_flux_constraints.cc 24175 2011-08-24 12:14:21Z kronbichler $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_3d_refine_02.cc b/tests/mpi/p4est_3d_refine_02.cc index e9a6b95202..c5bfbd4905 100644 --- a/tests/mpi/p4est_3d_refine_02.cc +++ b/tests/mpi/p4est_3d_refine_02.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: p4est_3d_refine_02.cc 23327 2011-02-11 03:19:07Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_3d_refine_03.cc b/tests/mpi/p4est_3d_refine_03.cc index 95a4a2f9b5..af9d2c7930 100644 --- a/tests/mpi/p4est_3d_refine_03.cc +++ b/tests/mpi/p4est_3d_refine_03.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: p4est_3d_refine_02.cc 23327 2011-02-11 03:19:07Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/p4est_save_01.cc b/tests/mpi/p4est_save_01.cc index 5885e4fd71..b9b0b01dfa 100644 --- a/tests/mpi/p4est_save_01.cc +++ b/tests/mpi/p4est_save_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: p4est_2d_refine_02.cc 23906 2011-07-01 14:59:13Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010, 2011 by the deal.II authors diff --git a/tests/mpi/p4est_save_02.cc b/tests/mpi/p4est_save_02.cc index c7bea53065..34a2b763bb 100644 --- a/tests/mpi/p4est_save_02.cc +++ b/tests/mpi/p4est_save_02.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: p4est_2d_refine_02.cc 23906 2011-07-01 14:59:13Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010, 2011 by the deal.II authors diff --git a/tests/mpi/p4est_save_03.cc b/tests/mpi/p4est_save_03.cc index c201e06016..88bcf4ca29 100644 --- a/tests/mpi/p4est_save_03.cc +++ b/tests/mpi/p4est_save_03.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: p4est_2d_refine_02.cc 23906 2011-07-01 14:59:13Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010, 2011 by the deal.II authors diff --git a/tests/mpi/petsc_01.cc b/tests/mpi/petsc_01.cc index 8f2b54b34a..daa7fec5f3 100644 --- a/tests/mpi/petsc_01.cc +++ b/tests/mpi/petsc_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: simple_mpi_01.cc 23327 2011-02-11 03:19:07Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009 by the deal.II authors diff --git a/tests/mpi/petsc_02.cc b/tests/mpi/petsc_02.cc index f7ef9c358b..4de69e5d56 100644 --- a/tests/mpi/petsc_02.cc +++ b/tests/mpi/petsc_02.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: simple_mpi_01.cc 23327 2011-02-11 03:19:07Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2011 by the deal.II authors diff --git a/tests/mpi/refine_and_coarsen_fixed_number_06.cc b/tests/mpi/refine_and_coarsen_fixed_number_06.cc index 2387688f64..f90fe67bf8 100644 --- a/tests/mpi/refine_and_coarsen_fixed_number_06.cc +++ b/tests/mpi/refine_and_coarsen_fixed_number_06.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: simple_mpi_01.cc 23327 2011-02-11 03:19:07Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2011 by the deal.II authors diff --git a/tests/mpi/renumber_z_order_01.cc b/tests/mpi/renumber_z_order_01.cc index 8da60e8cca..360d248f73 100644 --- a/tests/mpi/renumber_z_order_01.cc +++ b/tests/mpi/renumber_z_order_01.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: p4est_2d_dofhandler_01.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/renumber_z_order_02.cc b/tests/mpi/renumber_z_order_02.cc index 8d264ae85f..ef14241ab8 100644 --- a/tests/mpi/renumber_z_order_02.cc +++ b/tests/mpi/renumber_z_order_02.cc @@ -1,5 +1,5 @@ //--------------------------------------------------------------------------- -// $Id: p4est_2d_dofhandler_01.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009, 2010 by the deal.II authors diff --git a/tests/mpi/trilinos_compress_bug.cc b/tests/mpi/trilinos_compress_bug.cc index 87b171e5ea..6bd0c7ffd5 100644 --- a/tests/mpi/trilinos_compress_bug.cc +++ b/tests/mpi/trilinos_compress_bug.cc @@ -1,5 +1,5 @@ //---------------------------- trilinos_vector_reinit.cc --------------------------- -// $Id: trilinos_vector_reinit.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2011 by the deal.II authors diff --git a/tests/petsc/solver_12.cc b/tests/petsc/solver_12.cc index 4752bb41bc..8a265095c2 100644 --- a/tests/petsc/solver_12.cc +++ b/tests/petsc/solver_12.cc @@ -1,5 +1,5 @@ //---------------------------- petsc_solver_11.cc --------------------------- -// $Id: solver_11.cc 20442 2010-01-25 10:46:00Z heister $ +// $Id$ // Version: $Name$ // // Copyright (C) 2004, 2005, 2010 by the deal.II authors diff --git a/tests/petsc/solver_13.cc b/tests/petsc/solver_13.cc index a365fb68e5..b1c4a5f7f8 100644 --- a/tests/petsc/solver_13.cc +++ b/tests/petsc/solver_13.cc @@ -1,5 +1,5 @@ //---------------------------- petsc_solver_13.cc --------------------------- -// $Id: solver_11.cc 20442 2010-01-25 10:46:00Z heister $ +// $Id$ // Version: $Name$ // // Copyright (C) 2004, 2005, 2010 by the deal.II authors diff --git a/tests/petsc/vector_wrap_01.cc b/tests/petsc/vector_wrap_01.cc index 758d7da6a0..3fa9c1f31c 100644 --- a/tests/petsc/vector_wrap_01.cc +++ b/tests/petsc/vector_wrap_01.cc @@ -1,5 +1,5 @@ //---------------------------- petsc_vector_assign_01.cc --------------------------- -// $Id: vector_assign_01.cc 17443 2008-10-31 19:25:47Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2004, 2005 by the deal.II authors -- 2.39.5