From 09377a47ce11e5611bbebda63f8646cb26f346fb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 29 Aug 2010 17:36:27 +0000 Subject: [PATCH] Set properties. git-svn-id: https://svn.dealii.org/trunk@21777 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/convergence_table_01.cc | 2 +- tests/base/convergence_table_02.cc | 2 +- tests/base/data_out_reader_01.cc | 2 +- tests/base/index_set_16.cc | 2 +- tests/base/index_set_readwrite_01.cc | 2 +- tests/base/table_handler_01.cc | 2 +- tests/bits/refine_and_coarsen_for_parents.cc | 2 +- tests/fe/injection_common.h | 2 +- tests/hp/hp_constraints_common.h | 2 +- tests/lac/sparsity_pattern_common.h | 2 +- tests/trilinos/sparsity_pattern_common.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/base/convergence_table_01.cc b/tests/base/convergence_table_01.cc index 9011aaf12c..658d2ff9dc 100644 --- a/tests/base/convergence_table_01.cc +++ b/tests/base/convergence_table_01.cc @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// $Id: convergence_table_01.cc 20952 2010-04-06 15:02:46Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2010 by the deal.II authors diff --git a/tests/base/convergence_table_02.cc b/tests/base/convergence_table_02.cc index 81e586b19b..4d8857dd7e 100644 --- a/tests/base/convergence_table_02.cc +++ b/tests/base/convergence_table_02.cc @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// $Id: convergence_table_02.cc 20952 2010-04-06 15:02:46Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2010 by the deal.II authors diff --git a/tests/base/data_out_reader_01.cc b/tests/base/data_out_reader_01.cc index d16129fd08..7972bf3a5f 100644 --- a/tests/base/data_out_reader_01.cc +++ b/tests/base/data_out_reader_01.cc @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// $Id: data_out_base_gnuplot.cc 20952 2010-04-06 15:02:46Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2006, 2007 by the deal.II authors diff --git a/tests/base/index_set_16.cc b/tests/base/index_set_16.cc index 0070e23a2a..568aa7b183 100644 --- a/tests/base/index_set_16.cc +++ b/tests/base/index_set_16.cc @@ -1,6 +1,6 @@ //----------------------------------------------------------------------------- -// $Id: index_set_15.cc 20519 2010-02-08 10:23:05Z heister $ +// $Id$ // Version: $Name$ // // Copyright (C) 2010 by the deal.II authors diff --git a/tests/base/index_set_readwrite_01.cc b/tests/base/index_set_readwrite_01.cc index 67213545e4..79009d6053 100644 --- a/tests/base/index_set_readwrite_01.cc +++ b/tests/base/index_set_readwrite_01.cc @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// $Id: index_set_15.cc 20519 2010-02-08 10:23:05Z heister $ +// $Id$ // Version: $Name$ // // Copyright (C) 2010 by the deal.II authors diff --git a/tests/base/table_handler_01.cc b/tests/base/table_handler_01.cc index 355b6ce22d..8c03bf69b7 100644 --- a/tests/base/table_handler_01.cc +++ b/tests/base/table_handler_01.cc @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// $Id: table_handler_01.cc 20952 2010-04-06 15:02:46Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2010 by the deal.II authors diff --git a/tests/bits/refine_and_coarsen_for_parents.cc b/tests/bits/refine_and_coarsen_for_parents.cc index 2e5859bfbd..d77aeda074 100644 --- a/tests/bits/refine_and_coarsen_for_parents.cc +++ b/tests/bits/refine_and_coarsen_for_parents.cc @@ -1,5 +1,5 @@ //---------------------------- refine_and_coarsen_3d.cc --------------------------- -// $Id: refine_and_coarsen_3d.cc 15183 2007-09-10 01:10:03Z bangerth $ +// $Id$ // Version: $Name$ // // Copyright (C) 2010 by the deal.II authors diff --git a/tests/fe/injection_common.h b/tests/fe/injection_common.h index 9a729ef922..f3021d34bc 100644 --- a/tests/fe/injection_common.h +++ b/tests/fe/injection_common.h @@ -1,5 +1,5 @@ //---------------------------- injection_common.cc --------------------------- -// $Id: injection_common.cc 12732 2006-03-28 23:15:45Z wolf $ +// $Id$ // Version: $Name$ // // Copyright (C) 2006, 2007, 2008 by the deal.II authors diff --git a/tests/hp/hp_constraints_common.h b/tests/hp/hp_constraints_common.h index 63e4f2a968..ab917d3e3d 100644 --- a/tests/hp/hp_constraints_common.h +++ b/tests/hp/hp_constraints_common.h @@ -1,5 +1,5 @@ //---------------------------- hp_constraints_common.cc --------------------------- -// $Id: hp_constraints_common.cc 12732 2006-03-28 23:15:45Z wolf $ +// $Id$ // Version: $Name$ // // Copyright (C) 2006, 2007 by the deal.II authors diff --git a/tests/lac/sparsity_pattern_common.h b/tests/lac/sparsity_pattern_common.h index 5b765bb3bb..b1d5d8e8d4 100644 --- a/tests/lac/sparsity_pattern_common.h +++ b/tests/lac/sparsity_pattern_common.h @@ -1,5 +1,5 @@ //--------------------------- sparsity_pattern_common.h ------------------------- -// $Id: sparsity_pattern_01.cc 15674 2008-01-24 17:40:56Z kanschat $ +// $Id$ // Version: $Name$ // // Copyright (C) 2008, 2009 by the deal.II authors diff --git a/tests/trilinos/sparsity_pattern_common.h b/tests/trilinos/sparsity_pattern_common.h index 0b504f949f..98126ba238 100644 --- a/tests/trilinos/sparsity_pattern_common.h +++ b/tests/trilinos/sparsity_pattern_common.h @@ -1,5 +1,5 @@ //--------------------------- sparsity_pattern_common.h ------------------------- -// $Id: sparsity_pattern_01.cc 15674 2008-01-24 17:40:56Z kanschat $ +// $Id$ // Version: $Name$ // // Copyright (C) 2008 by the deal.II authors -- 2.39.5