From e1e009f4a4b439855f5fb5dddaaff9eafb413c7b Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 29 Mar 2005 00:38:49 +0000 Subject: [PATCH] copyright and divider lines git-svn-id: https://svn.dealii.org/trunk@10281 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_accessor.cc | 6 +++--- deal.II/deal.II/source/dofs/dof_constraints.cc | 6 +++--- deal.II/deal.II/source/dofs/dof_handler.cc | 6 +++--- deal.II/deal.II/source/dofs/dof_levels.cc | 6 +++--- deal.II/deal.II/source/dofs/dof_renumbering.cc | 6 +++--- deal.II/deal.II/source/dofs/dof_tools.cc | 6 +++--- deal.II/deal.II/source/fe/fe.cc | 6 +++--- deal.II/deal.II/source/fe/fe_data.cc | 6 +++--- deal.II/deal.II/source/fe/fe_dgp.cc | 10 +++++----- deal.II/deal.II/source/fe/fe_dgp_1d.cc | 6 +++--- deal.II/deal.II/source/fe/fe_dgp_2d.cc | 6 +++--- deal.II/deal.II/source/fe/fe_dgp_3d.cc | 6 +++--- deal.II/deal.II/source/fe/fe_dgp_monomial.cc | 10 +++++----- .../deal.II/source/fe/fe_dgp_nonparametric.cc | 18 +++++++++--------- deal.II/deal.II/source/fe/fe_dgq.cc | 14 +++++++------- deal.II/deal.II/source/fe/fe_dgq_1d.cc | 6 +++--- deal.II/deal.II/source/fe/fe_dgq_2d.cc | 6 +++--- deal.II/deal.II/source/fe/fe_dgq_3d.cc | 6 +++--- deal.II/deal.II/source/fe/fe_nedelec.cc | 16 ++++++++-------- deal.II/deal.II/source/fe/fe_nedelec_1d.cc | 4 ++-- deal.II/deal.II/source/fe/fe_nedelec_2d.cc | 6 +++--- deal.II/deal.II/source/fe/fe_nedelec_3d.cc | 6 +++--- deal.II/deal.II/source/fe/fe_poly.cc | 16 ++++++++-------- deal.II/deal.II/source/fe/fe_q.cc | 14 +++++++------- deal.II/deal.II/source/fe/fe_q_hierarchical.cc | 10 +++++----- deal.II/deal.II/source/fe/fe_raviart_thomas.cc | 16 ++++++++-------- deal.II/deal.II/source/fe/fe_system.cc | 10 +++++----- deal.II/deal.II/source/fe/fe_tools.cc | 4 ++-- deal.II/deal.II/source/fe/fe_values.cc | 8 ++++---- deal.II/deal.II/source/fe/mapping.cc | 6 +++--- deal.II/deal.II/source/fe/mapping_c1.cc | 6 +++--- deal.II/deal.II/source/fe/mapping_cartesian.cc | 8 ++++---- deal.II/deal.II/source/fe/mapping_q.cc | 6 +++--- deal.II/deal.II/source/fe/mapping_q1.cc | 8 ++++---- .../deal.II/source/fe/mapping_q1_eulerian.cc | 6 +++--- deal.II/deal.II/source/grid/geometry_info.cc | 6 +++--- deal.II/deal.II/source/grid/grid_generator.cc | 6 +++--- deal.II/deal.II/source/grid/grid_in.cc | 6 +++--- .../source/grid/grid_out.all_dimensions.cc | 6 +++--- deal.II/deal.II/source/grid/grid_out.cc | 6 +++--- deal.II/deal.II/source/grid/grid_refinement.cc | 6 +++--- deal.II/deal.II/source/grid/grid_reordering.cc | 4 ++-- deal.II/deal.II/source/grid/grid_tools.cc | 6 +++--- deal.II/deal.II/source/grid/intergrid_map.cc | 6 +++--- deal.II/deal.II/source/grid/persistent_tria.cc | 6 +++--- .../deal.II/source/grid/tria.all_dimensions.cc | 6 +++--- deal.II/deal.II/source/grid/tria.cc | 4 ++-- deal.II/deal.II/source/grid/tria_accessor.cc | 6 +++--- deal.II/deal.II/source/grid/tria_boundary.cc | 6 +++--- .../deal.II/source/grid/tria_boundary_lib.cc | 6 +++--- deal.II/deal.II/source/multigrid/mg_base.cc | 6 +++--- .../source/multigrid/mg_dof_accessor.cc | 6 +++--- .../deal.II/source/multigrid/mg_dof_handler.cc | 8 ++++---- .../deal.II/source/multigrid/mg_dof_tools.cc | 2 +- .../deal.II/source/multigrid/mg_smoother.cc | 6 +++--- .../source/multigrid/mg_transfer_block.cc | 6 +++--- .../source/multigrid/mg_transfer_prebuilt.cc | 6 +++--- .../multigrid/multigrid.all_dimensions.cc | 6 +++--- deal.II/deal.II/source/numerics/data_out.cc | 6 +++--- .../deal.II/source/numerics/data_out_faces.cc | 4 ++-- .../source/numerics/data_out_rotation.cc | 4 ++-- .../deal.II/source/numerics/data_out_stack.cc | 6 +++--- .../numerics/derivative_approximation.cc | 6 +++--- .../deal.II/source/numerics/error_estimator.cc | 6 +++--- deal.II/deal.II/source/numerics/histogram.cc | 6 +++--- .../source/numerics/matrices.all_dimensions.cc | 6 +++--- deal.II/deal.II/source/numerics/matrices.cc | 4 ++-- .../source/numerics/solution_transfer.cc | 6 +++--- .../deal.II/source/numerics/time_dependent.cc | 6 +++--- .../source/numerics/vectors.all_dimensions.cc | 6 +++--- deal.II/deal.II/source/numerics/vectors.cc | 6 +++--- 71 files changed, 245 insertions(+), 245 deletions(-) diff --git a/deal.II/deal.II/source/dofs/dof_accessor.cc b/deal.II/deal.II/source/dofs/dof_accessor.cc index 3a5c39f3a0..3a02b9e333 100644 --- a/deal.II/deal.II/source/dofs/dof_accessor.cc +++ b/deal.II/deal.II/source/dofs/dof_accessor.cc @@ -1,15 +1,15 @@ -//---------------------------- dof_accessor.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- dof_accessor.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/dofs/dof_constraints.cc b/deal.II/deal.II/source/dofs/dof_constraints.cc index 51d0598b0b..8a270988ac 100644 --- a/deal.II/deal.II/source/dofs/dof_constraints.cc +++ b/deal.II/deal.II/source/dofs/dof_constraints.cc @@ -1,15 +1,15 @@ -//---------------------------- dof_constraints.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- dof_constraints.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/dofs/dof_handler.cc b/deal.II/deal.II/source/dofs/dof_handler.cc index 760cbfa235..1d92f1b4ae 100644 --- a/deal.II/deal.II/source/dofs/dof_handler.cc +++ b/deal.II/deal.II/source/dofs/dof_handler.cc @@ -1,4 +1,4 @@ -//---------------------------- dof_handler.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- dof_handler.cc --------------------------- +//--------------------------------------------------------------------------- #include @@ -1267,7 +1267,7 @@ DoFHandler::last_active_hex () const } -//------------------------------------------------------------------ +//--------------------------------------------------------------------------- #if deal_II_dimension == 1 diff --git a/deal.II/deal.II/source/dofs/dof_levels.cc b/deal.II/deal.II/source/dofs/dof_levels.cc index ea9f217d0b..5202911ac3 100644 --- a/deal.II/deal.II/source/dofs/dof_levels.cc +++ b/deal.II/deal.II/source/dofs/dof_levels.cc @@ -1,15 +1,15 @@ -//---------------------------- dof_levels.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- dof_levels.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/dofs/dof_renumbering.cc b/deal.II/deal.II/source/dofs/dof_renumbering.cc index ee102fe774..dd00d10baa 100644 --- a/deal.II/deal.II/source/dofs/dof_renumbering.cc +++ b/deal.II/deal.II/source/dofs/dof_renumbering.cc @@ -1,15 +1,15 @@ -//---------------------------- dof_renumbering.cc --------------------------- +//--------------------------------------------------------------------------- // dof_renumbering.cc,v 1.65 2004/05/18 23:22:58 wolf Exp // Version: // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- dof_renumbering.cc --------------------------- +//--------------------------------------------------------------------------- //TODO:[WB] Unify lots of code of the two Cuthill-McKee dof renumbering functions diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index 4a3a297fdb..f869dfff22 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -1,15 +1,15 @@ -//---------------------------- dof_tools.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- dof_tools.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/fe/fe.cc b/deal.II/deal.II/source/fe/fe.cc index 0a83912056..008ecdbb2a 100644 --- a/deal.II/deal.II/source/fe/fe.cc +++ b/deal.II/deal.II/source/fe/fe.cc @@ -1,15 +1,15 @@ -//---------------------------- fe.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- fe.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/fe/fe_data.cc b/deal.II/deal.II/source/fe/fe_data.cc index 5d3f987a5b..828dc2c5f9 100644 --- a/deal.II/deal.II/source/fe/fe_data.cc +++ b/deal.II/deal.II/source/fe/fe_data.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 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 // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/fe/fe_dgp.cc b/deal.II/deal.II/source/fe/fe_dgp.cc index 08f83e11e9..0d66e2951d 100644 --- a/deal.II/deal.II/source/fe/fe_dgp.cc +++ b/deal.II/deal.II/source/fe/fe_dgp.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- #include @@ -108,9 +108,9 @@ FE_DGP::clone() const -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Auxiliary functions -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template diff --git a/deal.II/deal.II/source/fe/fe_dgp_1d.cc b/deal.II/deal.II/source/fe/fe_dgp_1d.cc index 26c435db30..3c608c069b 100644 --- a/deal.II/deal.II/source/fe/fe_dgp_1d.cc +++ b/deal.II/deal.II/source/fe/fe_dgp_1d.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // only compile in 1d diff --git a/deal.II/deal.II/source/fe/fe_dgp_2d.cc b/deal.II/deal.II/source/fe/fe_dgp_2d.cc index 6873e325d5..13cc0f43bb 100644 --- a/deal.II/deal.II/source/fe/fe_dgp_2d.cc +++ b/deal.II/deal.II/source/fe/fe_dgp_2d.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // only compile in 2d diff --git a/deal.II/deal.II/source/fe/fe_dgp_3d.cc b/deal.II/deal.II/source/fe/fe_dgp_3d.cc index 8e418937c3..1c4105dab2 100644 --- a/deal.II/deal.II/source/fe/fe_dgp_3d.cc +++ b/deal.II/deal.II/source/fe/fe_dgp_3d.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // only compile in 3d diff --git a/deal.II/deal.II/source/fe/fe_dgp_monomial.cc b/deal.II/deal.II/source/fe/fe_dgp_monomial.cc index b1f5c9e177..72de096725 100644 --- a/deal.II/deal.II/source/fe/fe_dgp_monomial.cc +++ b/deal.II/deal.II/source/fe/fe_dgp_monomial.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2004 by the deal.II authors +// Copyright (C) 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- #include @@ -276,9 +276,9 @@ FE_DGPMonomial::initialize_restriction () } -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Auxiliary functions -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template diff --git a/deal.II/deal.II/source/fe/fe_dgp_nonparametric.cc b/deal.II/deal.II/source/fe/fe_dgp_nonparametric.cc index e9111b188c..c0911a2231 100644 --- a/deal.II/deal.II/source/fe/fe_dgp_nonparametric.cc +++ b/deal.II/deal.II/source/fe/fe_dgp_nonparametric.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- #include #include @@ -187,9 +187,9 @@ FE_DGPNonparametric::shape_grad_grad_component (const unsigned int i, } -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Auxiliary functions -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template @@ -233,9 +233,9 @@ FE_DGPNonparametric::update_each (const UpdateFlags flags) const } -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Data field initialization -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template typename Mapping::InternalDataBase * @@ -278,9 +278,9 @@ FE_DGPNonparametric::get_data ( -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Fill data of FEValues -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template void diff --git a/deal.II/deal.II/source/fe/fe_dgq.cc b/deal.II/deal.II/source/fe/fe_dgq.cc index bd7dc5fc4c..7960811cb3 100644 --- a/deal.II/deal.II/source/fe/fe_dgq.cc +++ b/deal.II/deal.II/source/fe/fe_dgq.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- #include @@ -352,9 +352,9 @@ FE_DGQ::clone() const } -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Auxiliary functions -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template @@ -533,9 +533,9 @@ get_interpolation_matrix (const FiniteElementBase &x_source_fe, -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Fill data of FEValues -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template bool diff --git a/deal.II/deal.II/source/fe/fe_dgq_1d.cc b/deal.II/deal.II/source/fe/fe_dgq_1d.cc index eeee12e0d6..653ac4f80e 100644 --- a/deal.II/deal.II/source/fe/fe_dgq_1d.cc +++ b/deal.II/deal.II/source/fe/fe_dgq_1d.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // only compile in 1d diff --git a/deal.II/deal.II/source/fe/fe_dgq_2d.cc b/deal.II/deal.II/source/fe/fe_dgq_2d.cc index fe87f856ed..8cca75d62b 100644 --- a/deal.II/deal.II/source/fe/fe_dgq_2d.cc +++ b/deal.II/deal.II/source/fe/fe_dgq_2d.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2001, 2002, 2003 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // only compile in 2d diff --git a/deal.II/deal.II/source/fe/fe_dgq_3d.cc b/deal.II/deal.II/source/fe/fe_dgq_3d.cc index 495522350d..8fd19dc4b1 100644 --- a/deal.II/deal.II/source/fe/fe_dgq_3d.cc +++ b/deal.II/deal.II/source/fe/fe_dgq_3d.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2001, 2002, 2003 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // only compile in 3d diff --git a/deal.II/deal.II/source/fe/fe_nedelec.cc b/deal.II/deal.II/source/fe/fe_nedelec.cc index 9f4282282c..76398bc174 100644 --- a/deal.II/deal.II/source/fe/fe_nedelec.cc +++ b/deal.II/deal.II/source/fe/fe_nedelec.cc @@ -1,4 +1,4 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- #include #include @@ -529,9 +529,9 @@ FE_Nedelec<3>::shape_grad_grad_component (const unsigned int i, #endif -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Auxiliary functions -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- @@ -902,9 +902,9 @@ FE_Nedelec::update_each (const UpdateFlags flags) const -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Data field initialization -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template typename Mapping::InternalDataBase * @@ -972,9 +972,9 @@ FE_Nedelec::get_data (const UpdateFlags update_flags, -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Fill data of FEValues -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template void diff --git a/deal.II/deal.II/source/fe/fe_nedelec_1d.cc b/deal.II/deal.II/source/fe/fe_nedelec_1d.cc index 58f77641c2..831395c5d7 100644 --- a/deal.II/deal.II/source/fe/fe_nedelec_1d.cc +++ b/deal.II/deal.II/source/fe/fe_nedelec_1d.cc @@ -1,4 +1,4 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- diff --git a/deal.II/deal.II/source/fe/fe_nedelec_2d.cc b/deal.II/deal.II/source/fe/fe_nedelec_2d.cc index 9e6321aac2..5fe81b5cf0 100644 --- a/deal.II/deal.II/source/fe/fe_nedelec_2d.cc +++ b/deal.II/deal.II/source/fe/fe_nedelec_2d.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2002, 2003, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // only compile this file if in 2d diff --git a/deal.II/deal.II/source/fe/fe_nedelec_3d.cc b/deal.II/deal.II/source/fe/fe_nedelec_3d.cc index d3ed6142db..7337e6e58f 100644 --- a/deal.II/deal.II/source/fe/fe_nedelec_3d.cc +++ b/deal.II/deal.II/source/fe/fe_nedelec_3d.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2002, 2003, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // Transfer matrices for finite elements diff --git a/deal.II/deal.II/source/fe/fe_poly.cc b/deal.II/deal.II/source/fe/fe_poly.cc index 38e8f75c1a..0f966a26ed 100644 --- a/deal.II/deal.II/source/fe/fe_poly.cc +++ b/deal.II/deal.II/source/fe/fe_poly.cc @@ -1,4 +1,4 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- #include #include @@ -110,9 +110,9 @@ FE_Poly::shape_grad_grad_component (const unsigned int i, -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Auxiliary functions -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- @@ -147,9 +147,9 @@ FE_Poly::update_each (const UpdateFlags flags) const -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Data field initialization -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template typename Mapping::InternalDataBase * @@ -228,9 +228,9 @@ FE_Poly::get_data (const UpdateFlags update_flags, -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Fill data of FEValues -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template void diff --git a/deal.II/deal.II/source/fe/fe_q.cc b/deal.II/deal.II/source/fe/fe_q.cc index 0b84320f79..277c7f21d3 100644 --- a/deal.II/deal.II/source/fe/fe_q.cc +++ b/deal.II/deal.II/source/fe/fe_q.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- #include @@ -571,9 +571,9 @@ get_interpolation_matrix (const FiniteElementBase &x_source_fe, } -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Auxiliary functions -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- @@ -1766,9 +1766,9 @@ FE_Q::initialize_restriction () } -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Data field initialization -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template diff --git a/deal.II/deal.II/source/fe/fe_q_hierarchical.cc b/deal.II/deal.II/source/fe/fe_q_hierarchical.cc index ee4f90b8c5..a34b181610 100644 --- a/deal.II/deal.II/source/fe/fe_q_hierarchical.cc +++ b/deal.II/deal.II/source/fe/fe_q_hierarchical.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- #include @@ -126,9 +126,9 @@ FE_Q_Hierarchical::clone() const } -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Auxiliary functions -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template diff --git a/deal.II/deal.II/source/fe/fe_raviart_thomas.cc b/deal.II/deal.II/source/fe/fe_raviart_thomas.cc index 26cdcd600b..1145df48c5 100644 --- a/deal.II/deal.II/source/fe/fe_raviart_thomas.cc +++ b/deal.II/deal.II/source/fe/fe_raviart_thomas.cc @@ -1,4 +1,4 @@ -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------------------------------------------- +//--------------------------------------------------------------------------- #include #include @@ -406,9 +406,9 @@ get_interpolation_matrix (const FiniteElementBase &x_source_fe, -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Auxiliary and internal functions -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- @@ -1416,9 +1416,9 @@ FE_RaviartThomas::update_each (const UpdateFlags flags) const -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Data field initialization -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template typename Mapping::InternalDataBase * @@ -1486,9 +1486,9 @@ FE_RaviartThomas::get_data (const UpdateFlags update_flags, -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Fill data of FEValues -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template void diff --git a/deal.II/deal.II/source/fe/fe_system.cc b/deal.II/deal.II/source/fe/fe_system.cc index 54f7042cc1..3f84168c4c 100644 --- a/deal.II/deal.II/source/fe/fe_system.cc +++ b/deal.II/deal.II/source/fe/fe_system.cc @@ -1,15 +1,15 @@ -//---------------------------- fe_system.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- fe_system.cc --------------------------- +//--------------------------------------------------------------------------- #include @@ -532,9 +532,9 @@ get_interpolation_matrix (const FiniteElementBase &x_source_fe, -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Data field initialization -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- diff --git a/deal.II/deal.II/source/fe/fe_tools.cc b/deal.II/deal.II/source/fe/fe_tools.cc index b3004a09f9..358a84d82b 100644 --- a/deal.II/deal.II/source/fe/fe_tools.cc +++ b/deal.II/deal.II/source/fe/fe_tools.cc @@ -1,4 +1,4 @@ -//---------------------------- fe_tools.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- fe_tools.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/fe/fe_values.cc b/deal.II/deal.II/source/fe/fe_values.cc index 18eee52423..3e9f1a6c98 100644 --- a/deal.II/deal.II/source/fe/fe_values.cc +++ b/deal.II/deal.II/source/fe/fe_values.cc @@ -1,15 +1,15 @@ -//---------------------------- fe_values.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- fe_values.cc --------------------------- +//--------------------------------------------------------------------------- #include @@ -1515,7 +1515,7 @@ template class FESubfaceValues; #endif -//----------------------------------------------------------------------------- +//--------------------------------------------------------------------------- // Instantiations are in a different file using the macro IN for the vector type. // This way, we avoid code reduplication diff --git a/deal.II/deal.II/source/fe/mapping.cc b/deal.II/deal.II/source/fe/mapping.cc index 5db79d441b..9a406d67db 100644 --- a/deal.II/deal.II/source/fe/mapping.cc +++ b/deal.II/deal.II/source/fe/mapping.cc @@ -1,15 +1,15 @@ -//------------------------------------------------------------------------ +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2001, 2002, 2003 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//------------------------------------------------------------------------ +//--------------------------------------------------------------------------- #include #include diff --git a/deal.II/deal.II/source/fe/mapping_c1.cc b/deal.II/deal.II/source/fe/mapping_c1.cc index b058865538..7c2bedb020 100644 --- a/deal.II/deal.II/source/fe/mapping_c1.cc +++ b/deal.II/deal.II/source/fe/mapping_c1.cc @@ -1,15 +1,15 @@ -//---------------------------- mapping_c1.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2001, 2002, 2003 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- mapping_c1.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/fe/mapping_cartesian.cc b/deal.II/deal.II/source/fe/mapping_cartesian.cc index 3c86eba344..ef464dc095 100644 --- a/deal.II/deal.II/source/fe/mapping_cartesian.cc +++ b/deal.II/deal.II/source/fe/mapping_cartesian.cc @@ -1,15 +1,15 @@ -//----------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//----------------------------------------------------------------- +//--------------------------------------------------------------------------- #include #include @@ -599,7 +599,7 @@ MappingCartesian::transform_real_to_unit_cell ( } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- // explicit instantiations template class MappingCartesian; diff --git a/deal.II/deal.II/source/fe/mapping_q.cc b/deal.II/deal.II/source/fe/mapping_q.cc index a6865a6900..952bc57c05 100644 --- a/deal.II/deal.II/source/fe/mapping_q.cc +++ b/deal.II/deal.II/source/fe/mapping_q.cc @@ -1,15 +1,15 @@ -//---------------------------- mapping_q.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- mapping_q.cc --------------------------- +//--------------------------------------------------------------------------- #include #include diff --git a/deal.II/deal.II/source/fe/mapping_q1.cc b/deal.II/deal.II/source/fe/mapping_q1.cc index f9ceb4bb6d..6433c21e3c 100644 --- a/deal.II/deal.II/source/fe/mapping_q1.cc +++ b/deal.II/deal.II/source/fe/mapping_q1.cc @@ -1,15 +1,15 @@ -//---------------------------- mapping_q1.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- mapping_q1.cc --------------------------- +//--------------------------------------------------------------------------- #include #include @@ -1023,6 +1023,6 @@ transform_real_to_unit_cell_internal } } -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template class MappingQ1; diff --git a/deal.II/deal.II/source/fe/mapping_q1_eulerian.cc b/deal.II/deal.II/source/fe/mapping_q1_eulerian.cc index 67c5a66373..35d752ba31 100644 --- a/deal.II/deal.II/source/fe/mapping_q1_eulerian.cc +++ b/deal.II/deal.II/source/fe/mapping_q1_eulerian.cc @@ -1,15 +1,15 @@ -//---------------------------- mapping_q1_eulerian.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003 by the deal.II authors and Michael Stadler +// 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 // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- mapping_q1_eulerian.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/grid/geometry_info.cc b/deal.II/deal.II/source/grid/geometry_info.cc index 0185dd05d6..0a6574c907 100644 --- a/deal.II/deal.II/source/grid/geometry_info.cc +++ b/deal.II/deal.II/source/grid/geometry_info.cc @@ -1,15 +1,15 @@ -//---------------------------- geometry_info.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998-2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- geometry_info.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/grid/grid_generator.cc b/deal.II/deal.II/source/grid/grid_generator.cc index f1787843fb..b128bb451f 100644 --- a/deal.II/deal.II/source/grid/grid_generator.cc +++ b/deal.II/deal.II/source/grid/grid_generator.cc @@ -1,15 +1,15 @@ -//---------------------------- grid_generator.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- grid_generator.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/grid/grid_in.cc b/deal.II/deal.II/source/grid/grid_in.cc index daa9749e35..b4584493e9 100644 --- a/deal.II/deal.II/source/grid/grid_in.cc +++ b/deal.II/deal.II/source/grid/grid_in.cc @@ -1,15 +1,15 @@ -//---------------------------- grid_in.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- grid_in.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/grid/grid_out.all_dimensions.cc b/deal.II/deal.II/source/grid/grid_out.all_dimensions.cc index fbb04ad775..4cf57c2731 100644 --- a/deal.II/deal.II/source/grid/grid_out.all_dimensions.cc +++ b/deal.II/deal.II/source/grid/grid_out.all_dimensions.cc @@ -1,15 +1,15 @@ -//---------------------------- grid_out.all_dimensions.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- grid_out.all_dimensions.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/grid/grid_out.cc b/deal.II/deal.II/source/grid/grid_out.cc index 3836744b9b..e7afbafb31 100644 --- a/deal.II/deal.II/source/grid/grid_out.cc +++ b/deal.II/deal.II/source/grid/grid_out.cc @@ -1,15 +1,15 @@ -//---------------------------- grid_out.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- grid_out.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/grid/grid_refinement.cc b/deal.II/deal.II/source/grid/grid_refinement.cc index 1d04476c82..8bde6b6362 100644 --- a/deal.II/deal.II/source/grid/grid_refinement.cc +++ b/deal.II/deal.II/source/grid/grid_refinement.cc @@ -1,15 +1,15 @@ -//---------------------------- grid_refinement.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- grid_refinement.cc --------------------------- +//--------------------------------------------------------------------------- #include #include diff --git a/deal.II/deal.II/source/grid/grid_reordering.cc b/deal.II/deal.II/source/grid/grid_reordering.cc index 0b2977c009..c69307c339 100644 --- a/deal.II/deal.II/source/grid/grid_reordering.cc +++ b/deal.II/deal.II/source/grid/grid_reordering.cc @@ -1,4 +1,4 @@ -//---------------------------- grid_reordering.cc --------------------------- +//--------------------------------------------------------------------------- // grid_reordering.cc,v 1.27 2002/05/28 07:43:22 wolf Exp // Version: // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- grid_reordering.cc --------------------------- +//--------------------------------------------------------------------------- #include #include diff --git a/deal.II/deal.II/source/grid/grid_tools.cc b/deal.II/deal.II/source/grid/grid_tools.cc index 4b2323ff58..55bb4bf14c 100644 --- a/deal.II/deal.II/source/grid/grid_tools.cc +++ b/deal.II/deal.II/source/grid/grid_tools.cc @@ -1,15 +1,15 @@ -//---------------------------- grid_tools.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- grid_tools.cc --------------------------- +//--------------------------------------------------------------------------- diff --git a/deal.II/deal.II/source/grid/intergrid_map.cc b/deal.II/deal.II/source/grid/intergrid_map.cc index 56181c3730..8b16968af1 100644 --- a/deal.II/deal.II/source/grid/intergrid_map.cc +++ b/deal.II/deal.II/source/grid/intergrid_map.cc @@ -1,15 +1,15 @@ -//---------------------------- intergrid_map.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- intergrid_map.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/grid/persistent_tria.cc b/deal.II/deal.II/source/grid/persistent_tria.cc index cd3fc7ebd6..2c29897736 100644 --- a/deal.II/deal.II/source/grid/persistent_tria.cc +++ b/deal.II/deal.II/source/grid/persistent_tria.cc @@ -1,15 +1,15 @@ -//---------------------------- persistent_tria.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- persistent_tria.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/grid/tria.all_dimensions.cc b/deal.II/deal.II/source/grid/tria.all_dimensions.cc index 31d71d0360..05c237f2aa 100644 --- a/deal.II/deal.II/source/grid/tria.all_dimensions.cc +++ b/deal.II/deal.II/source/grid/tria.all_dimensions.cc @@ -1,15 +1,15 @@ -//---------------------------- tria.all_dimensions.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- tria.all_dimensions.cc --------------------------- +//--------------------------------------------------------------------------- /* diff --git a/deal.II/deal.II/source/grid/tria.cc b/deal.II/deal.II/source/grid/tria.cc index 1a44337032..0bb1ce1c51 100644 --- a/deal.II/deal.II/source/grid/tria.cc +++ b/deal.II/deal.II/source/grid/tria.cc @@ -1,4 +1,4 @@ -//---------------------------- tria.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- tria.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/grid/tria_accessor.cc b/deal.II/deal.II/source/grid/tria_accessor.cc index caed8e0faf..99f21db643 100644 --- a/deal.II/deal.II/source/grid/tria_accessor.cc +++ b/deal.II/deal.II/source/grid/tria_accessor.cc @@ -1,15 +1,15 @@ -//---------------------------- tria_accessor.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- tria_accessor.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/grid/tria_boundary.cc b/deal.II/deal.II/source/grid/tria_boundary.cc index 37cd46bbc1..60854be6e4 100644 --- a/deal.II/deal.II/source/grid/tria_boundary.cc +++ b/deal.II/deal.II/source/grid/tria_boundary.cc @@ -1,15 +1,15 @@ -//---------------------------- tria_boundary.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- tria_boundary.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/grid/tria_boundary_lib.cc b/deal.II/deal.II/source/grid/tria_boundary_lib.cc index 97b6a9bdf2..0117fc8934 100644 --- a/deal.II/deal.II/source/grid/tria_boundary_lib.cc +++ b/deal.II/deal.II/source/grid/tria_boundary_lib.cc @@ -1,15 +1,15 @@ -//---------------------------- tria_boundary_lib.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- tria_boundary_lib.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/multigrid/mg_base.cc b/deal.II/deal.II/source/multigrid/mg_base.cc index 8bda16043c..7d0ba43473 100644 --- a/deal.II/deal.II/source/multigrid/mg_base.cc +++ b/deal.II/deal.II/source/multigrid/mg_base.cc @@ -1,15 +1,15 @@ -//---------------------------- mg_base.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- mg_base.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/multigrid/mg_dof_accessor.cc b/deal.II/deal.II/source/multigrid/mg_dof_accessor.cc index 216c90573a..6ad8ab2f13 100644 --- a/deal.II/deal.II/source/multigrid/mg_dof_accessor.cc +++ b/deal.II/deal.II/source/multigrid/mg_dof_accessor.cc @@ -1,15 +1,15 @@ -//---------------------------- mg_dof_accessor.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- mg_dof_accessor.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/multigrid/mg_dof_handler.cc b/deal.II/deal.II/source/multigrid/mg_dof_handler.cc index 0ef8768172..381b3f9879 100644 --- a/deal.II/deal.II/source/multigrid/mg_dof_handler.cc +++ b/deal.II/deal.II/source/multigrid/mg_dof_handler.cc @@ -1,15 +1,15 @@ -//---------------------------- mg_dof_handler.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- mg_dof_handler.cc --------------------------- +//--------------------------------------------------------------------------- #include @@ -1199,7 +1199,7 @@ MGDoFHandler::last_active_hex () const { } -//------------------------------------------------------------------ +//--------------------------------------------------------------------------- template diff --git a/deal.II/deal.II/source/multigrid/mg_dof_tools.cc b/deal.II/deal.II/source/multigrid/mg_dof_tools.cc index 66898be0aa..62a6a106b6 100644 --- a/deal.II/deal.II/source/multigrid/mg_dof_tools.cc +++ b/deal.II/deal.II/source/multigrid/mg_dof_tools.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/deal.II/deal.II/source/multigrid/mg_smoother.cc b/deal.II/deal.II/source/multigrid/mg_smoother.cc index f89d8d09cd..f71d9e9875 100644 --- a/deal.II/deal.II/source/multigrid/mg_smoother.cc +++ b/deal.II/deal.II/source/multigrid/mg_smoother.cc @@ -1,15 +1,15 @@ -//---------------------------- mg_smoother.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- mg_smoother.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/multigrid/mg_transfer_block.cc b/deal.II/deal.II/source/multigrid/mg_transfer_block.cc index c03b388e0c..5a74928df1 100644 --- a/deal.II/deal.II/source/multigrid/mg_transfer_block.cc +++ b/deal.II/deal.II/source/multigrid/mg_transfer_block.cc @@ -1,15 +1,15 @@ -//----------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//----------------------------------------------------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/multigrid/mg_transfer_prebuilt.cc b/deal.II/deal.II/source/multigrid/mg_transfer_prebuilt.cc index c754f2936c..0cc34d8cb8 100644 --- a/deal.II/deal.II/source/multigrid/mg_transfer_prebuilt.cc +++ b/deal.II/deal.II/source/multigrid/mg_transfer_prebuilt.cc @@ -1,15 +1,15 @@ -//----------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//----------------------------------------------------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/multigrid/multigrid.all_dimensions.cc b/deal.II/deal.II/source/multigrid/multigrid.all_dimensions.cc index 91c66b2bc4..19ec4b16a7 100644 --- a/deal.II/deal.II/source/multigrid/multigrid.all_dimensions.cc +++ b/deal.II/deal.II/source/multigrid/multigrid.all_dimensions.cc @@ -1,15 +1,15 @@ -//---------------------------- multigrid.all_dimensions.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- multigrid.all_dimensions.cc --------------------------- +//--------------------------------------------------------------------------- diff --git a/deal.II/deal.II/source/numerics/data_out.cc b/deal.II/deal.II/source/numerics/data_out.cc index 6f39903eb3..6bece270d3 100644 --- a/deal.II/deal.II/source/numerics/data_out.cc +++ b/deal.II/deal.II/source/numerics/data_out.cc @@ -1,15 +1,15 @@ -//---------------------------- data_out.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- data_out.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/numerics/data_out_faces.cc b/deal.II/deal.II/source/numerics/data_out_faces.cc index 892e54b4ac..819bbd99c8 100644 --- a/deal.II/deal.II/source/numerics/data_out_faces.cc +++ b/deal.II/deal.II/source/numerics/data_out_faces.cc @@ -1,4 +1,4 @@ -//---------------------------- data_out_faces.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- data_out_faces.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/numerics/data_out_rotation.cc b/deal.II/deal.II/source/numerics/data_out_rotation.cc index 34d0cad067..80992f91cb 100644 --- a/deal.II/deal.II/source/numerics/data_out_rotation.cc +++ b/deal.II/deal.II/source/numerics/data_out_rotation.cc @@ -1,4 +1,4 @@ -//---------------------------- data_out_rotation.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- data_out_rotation.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/numerics/data_out_stack.cc b/deal.II/deal.II/source/numerics/data_out_stack.cc index 282c38eec2..7a13f20335 100644 --- a/deal.II/deal.II/source/numerics/data_out_stack.cc +++ b/deal.II/deal.II/source/numerics/data_out_stack.cc @@ -1,15 +1,15 @@ -//---------------------------- data_out_stack.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 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 // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- data_out_stack.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/numerics/derivative_approximation.cc b/deal.II/deal.II/source/numerics/derivative_approximation.cc index 202f0f0b6f..d6e6ab923e 100644 --- a/deal.II/deal.II/source/numerics/derivative_approximation.cc +++ b/deal.II/deal.II/source/numerics/derivative_approximation.cc @@ -1,15 +1,15 @@ -//---------------------------- gradient_estimator.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- derivative_approximation.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/numerics/error_estimator.cc b/deal.II/deal.II/source/numerics/error_estimator.cc index 178c8dea24..16d2abf23a 100644 --- a/deal.II/deal.II/source/numerics/error_estimator.cc +++ b/deal.II/deal.II/source/numerics/error_estimator.cc @@ -1,15 +1,15 @@ -//---------------------------- error_estimator.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- error_estimator.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/numerics/histogram.cc b/deal.II/deal.II/source/numerics/histogram.cc index d3ad8e26d5..6b341e5a74 100644 --- a/deal.II/deal.II/source/numerics/histogram.cc +++ b/deal.II/deal.II/source/numerics/histogram.cc @@ -1,15 +1,15 @@ -//---------------------------- histogram.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- histogram.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc b/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc index 34611c424e..b6b7ea06ba 100644 --- a/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc +++ b/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc @@ -1,15 +1,15 @@ -//---------------------------- matrices.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- matrices.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/numerics/matrices.cc b/deal.II/deal.II/source/numerics/matrices.cc index e2f46bad3c..9310be36cb 100644 --- a/deal.II/deal.II/source/numerics/matrices.cc +++ b/deal.II/deal.II/source/numerics/matrices.cc @@ -1,4 +1,4 @@ -//---------------------------- matrices.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- matrices.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/numerics/solution_transfer.cc b/deal.II/deal.II/source/numerics/solution_transfer.cc index c0fb4fe53a..21dfb796df 100644 --- a/deal.II/deal.II/source/numerics/solution_transfer.cc +++ b/deal.II/deal.II/source/numerics/solution_transfer.cc @@ -1,15 +1,15 @@ -//---------------------------- solution_transfer.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- solution_transfer.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/numerics/time_dependent.cc b/deal.II/deal.II/source/numerics/time_dependent.cc index b2bad74120..035d6af797 100644 --- a/deal.II/deal.II/source/numerics/time_dependent.cc +++ b/deal.II/deal.II/source/numerics/time_dependent.cc @@ -1,15 +1,15 @@ -//---------------------------- time_dependent.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- time_dependent.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/numerics/vectors.all_dimensions.cc b/deal.II/deal.II/source/numerics/vectors.all_dimensions.cc index bbaf1f1e1a..5c04f4be7c 100644 --- a/deal.II/deal.II/source/numerics/vectors.all_dimensions.cc +++ b/deal.II/deal.II/source/numerics/vectors.all_dimensions.cc @@ -1,15 +1,15 @@ -//---------------------------- vectors.all_dimensions.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vectors.all_dimensions.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/deal.II/source/numerics/vectors.cc b/deal.II/deal.II/source/numerics/vectors.cc index 08baddb511..1a5775defb 100644 --- a/deal.II/deal.II/source/numerics/vectors.cc +++ b/deal.II/deal.II/source/numerics/vectors.cc @@ -1,15 +1,15 @@ -//---------------------------- vectors.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vectors.cc --------------------------- +//--------------------------------------------------------------------------- #include -- 2.39.5