From b44883c105171def6223ff22130d3007895a7fd7 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 29 Jan 2013 20:43:12 +0000 Subject: [PATCH] Add more deprecation notices to files. git-svn-id: https://svn.dealii.org/trunk@28193 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/dofs/dof_constraints.h | 3 ++- deal.II/include/deal.II/grid/geometry_info.h | 3 ++- deal.II/include/deal.II/multigrid/mg_dof_accessor.h | 5 ++--- deal.II/include/deal.II/numerics/matrices.h | 4 ++-- deal.II/include/deal.II/numerics/mesh_worker.h | 3 ++- deal.II/include/deal.II/numerics/mesh_worker_assembler.h | 3 ++- deal.II/include/deal.II/numerics/mesh_worker_info.h | 3 ++- deal.II/include/deal.II/numerics/mesh_worker_loop.h | 3 ++- deal.II/include/deal.II/numerics/mesh_worker_output.h | 3 ++- .../include/deal.II/numerics/mesh_worker_vector_selector.h | 3 ++- deal.II/include/deal.II/numerics/newton.h | 3 ++- deal.II/include/deal.II/numerics/operator.h | 3 ++- deal.II/include/deal.II/numerics/theta_timestepping.h | 3 ++- deal.II/include/deal.II/numerics/timestep_control.h | 3 ++- deal.II/include/deal.II/numerics/vectors.templates.h | 3 ++- 15 files changed, 30 insertions(+), 18 deletions(-) diff --git a/deal.II/include/deal.II/dofs/dof_constraints.h b/deal.II/include/deal.II/dofs/dof_constraints.h index c36b66d377..3cb8570fc7 100644 --- a/deal.II/include/deal.II/dofs/dof_constraints.h +++ b/deal.II/include/deal.II/dofs/dof_constraints.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -12,4 +12,5 @@ // this is just referring to the new location and name of the file for // backwards compatibility. +#warning This file is deprecated. Use instead. #include diff --git a/deal.II/include/deal.II/grid/geometry_info.h b/deal.II/include/deal.II/grid/geometry_info.h index d08a632a1f..7bc6f50812 100644 --- a/deal.II/include/deal.II/grid/geometry_info.h +++ b/deal.II/include/deal.II/grid/geometry_info.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2012 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -13,4 +13,5 @@ // This class was moved to the base library. Therefore, we provide // this file for compatibility reasons only. +#warning This file is deprecated. Use instead. #include diff --git a/deal.II/include/deal.II/multigrid/mg_dof_accessor.h b/deal.II/include/deal.II/multigrid/mg_dof_accessor.h index 19fd79950b..464119719b 100644 --- a/deal.II/include/deal.II/multigrid/mg_dof_accessor.h +++ b/deal.II/include/deal.II/multigrid/mg_dof_accessor.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -12,8 +12,7 @@ #ifndef __deal2__mg_dof_accessor_h #define __deal2__mg_dof_accessor_h +#warning This file is deprecated. Use instead. #include -#pragma message ("File mg_dof_accessor.h is deprecated use file dofs/dof_accessor.h instead.") - #endif diff --git a/deal.II/include/deal.II/numerics/matrices.h b/deal.II/include/deal.II/numerics/matrices.h index 3cdf2744f6..ef297b1e46 100644 --- a/deal.II/include/deal.II/numerics/matrices.h +++ b/deal.II/include/deal.II/numerics/matrices.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -15,7 +15,7 @@ #ifndef __deal2__matrices_h #define __deal2__matrices_h -#warning This file is deprecated. Use instead. +#warning This file is deprecated. Use instead. #include #endif diff --git a/deal.II/include/deal.II/numerics/mesh_worker.h b/deal.II/include/deal.II/numerics/mesh_worker.h index 283a367063..14f3d8c684 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker.h +++ b/deal.II/include/deal.II/numerics/mesh_worker.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -15,4 +15,5 @@ * @deprecated The contents of this file has moved to meshworker/local_results.h */ +#warning This file is deprecated. Use the corresponding file in the deal.II/mesh_worker directory instead. #include diff --git a/deal.II/include/deal.II/numerics/mesh_worker_assembler.h b/deal.II/include/deal.II/numerics/mesh_worker_assembler.h index c33fbfbf35..a466f654c2 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker_assembler.h +++ b/deal.II/include/deal.II/numerics/mesh_worker_assembler.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -15,4 +15,5 @@ * @deprecated The contents of this file has moved to meshworker/assembler.h */ +#warning This file is deprecated. Use the corresponding file in the deal.II/mesh_worker directory instead. #include diff --git a/deal.II/include/deal.II/numerics/mesh_worker_info.h b/deal.II/include/deal.II/numerics/mesh_worker_info.h index 013250613a..504d389102 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker_info.h +++ b/deal.II/include/deal.II/numerics/mesh_worker_info.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -16,5 +16,6 @@ * meshworker/dof_info.h and meshworker/integration_info.h */ +#warning This file is deprecated. Use and instead. #include #include diff --git a/deal.II/include/deal.II/numerics/mesh_worker_loop.h b/deal.II/include/deal.II/numerics/mesh_worker_loop.h index d4ed0f6e3d..7c5f364f40 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker_loop.h +++ b/deal.II/include/deal.II/numerics/mesh_worker_loop.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -15,4 +15,5 @@ * @deprecated The contents of this file has moved to meshworker/loop.h */ +#warning This file is deprecated. Use the corresponding file in the deal.II/mesh_worker directory instead. #include diff --git a/deal.II/include/deal.II/numerics/mesh_worker_output.h b/deal.II/include/deal.II/numerics/mesh_worker_output.h index ab55ed829a..8451644edc 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker_output.h +++ b/deal.II/include/deal.II/numerics/mesh_worker_output.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -15,4 +15,5 @@ * @deprecated The contents of this file has moved to meshworker/output.h */ +#warning This file is deprecated. Use the corresponding file in the deal.II/mesh_worker directory instead. #include diff --git a/deal.II/include/deal.II/numerics/mesh_worker_vector_selector.h b/deal.II/include/deal.II/numerics/mesh_worker_vector_selector.h index 6883cc7ae8..f807f68806 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker_vector_selector.h +++ b/deal.II/include/deal.II/numerics/mesh_worker_vector_selector.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -15,4 +15,5 @@ * @deprecated The contents of this file has moved to meshworker/local_results.h */ +#warning This file is deprecated. Use the corresponding file in the deal.II/mesh_worker directory instead. #include diff --git a/deal.II/include/deal.II/numerics/newton.h b/deal.II/include/deal.II/numerics/newton.h index a20fb0f022..ba37ce2e69 100644 --- a/deal.II/include/deal.II/numerics/newton.h +++ b/deal.II/include/deal.II/numerics/newton.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2010, 2012 by the deal.II authors +// Copyright (C) 2010, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -15,4 +15,5 @@ * @deprecated This file has moved to lac/algorithms */ +#warning This file is deprecated. Use the corresponding file in the deal.II/algorithms directory instead. #include diff --git a/deal.II/include/deal.II/numerics/operator.h b/deal.II/include/deal.II/numerics/operator.h index 41686de4fa..9bf242791d 100644 --- a/deal.II/include/deal.II/numerics/operator.h +++ b/deal.II/include/deal.II/numerics/operator.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2010, 2012 by the deal.II authors +// Copyright (C) 2010, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -15,5 +15,6 @@ * @deprecated This file has moved to lac/algorithms */ +#warning This file is deprecated. Use the corresponding file in the deal.II/algorithms directory instead. #include #include diff --git a/deal.II/include/deal.II/numerics/theta_timestepping.h b/deal.II/include/deal.II/numerics/theta_timestepping.h index 2efe5ce693..6a61f0db17 100644 --- a/deal.II/include/deal.II/numerics/theta_timestepping.h +++ b/deal.II/include/deal.II/numerics/theta_timestepping.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2010, 2012 by the deal.II authors +// Copyright (C) 2010, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -15,4 +15,5 @@ * @deprecated This file has moved to lac/algorithms */ +#warning This file is deprecated. Use the corresponding file in the deal.II/algorithms directory instead. #include diff --git a/deal.II/include/deal.II/numerics/timestep_control.h b/deal.II/include/deal.II/numerics/timestep_control.h index 5132414f28..52fa73bf1a 100644 --- a/deal.II/include/deal.II/numerics/timestep_control.h +++ b/deal.II/include/deal.II/numerics/timestep_control.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2010, 2012 by the deal.II authors +// Copyright (C) 2010, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -15,4 +15,5 @@ * @deprecated This file has moved to lac/algorithms */ +#warning This file is deprecated. Use the corresponding file in the deal.II/algorithms directory instead. #include diff --git a/deal.II/include/deal.II/numerics/vectors.templates.h b/deal.II/include/deal.II/numerics/vectors.templates.h index afde36c383..a9d9065b24 100644 --- a/deal.II/include/deal.II/numerics/vectors.templates.h +++ b/deal.II/include/deal.II/numerics/vectors.templates.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -15,6 +15,7 @@ #ifndef _deal2__vectors_templates_h #define _deal2__vectors_templates_h +#warning This file is deprecated. Use instead. #include #endif -- 2.39.5