From cef24f5eacf35a94cd7bfd69548456964b6651da Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 20 Mar 2000 08:43:14 +0000 Subject: [PATCH] Mark classes as obsolete. git-svn-id: https://svn.dealii.org/trunk@2598 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/assembler.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/numerics/assembler.h b/deal.II/deal.II/include/numerics/assembler.h index 03c28129e4..d571b4930e 100644 --- a/deal.II/deal.II/include/numerics/assembler.h +++ b/deal.II/deal.II/include/numerics/assembler.h @@ -24,6 +24,8 @@ /** + * The use of this class is now deprecated! + * * This is the base class for equation objects. Equations objects describe the * finite element discretisation of one or more equations. * @@ -34,7 +36,8 @@ * @author Wolfgang Bangerth, 1998 */ template -class Equation { +class Equation +{ public: /** * Constructor. You have to pass the number @@ -129,14 +132,18 @@ class Equation { }; + /** + * The use of this class is now deprecated! + * * An #Assembler# is a specialized version of a #DoFCellAccessor# which adds * functionality to assemble global matrices and vectors from cell base ones. * * @author Wolfgang Bangerth, 1998 */ template -class Assembler : public DoFCellAccessor { +class Assembler : public DoFCellAccessor +{ public: /** @@ -207,7 +214,7 @@ class Assembler : public DoFCellAccessor { }; -/** + /** * Declare the data type that this accessor * class expects to get passed from the * iterator classes. -- 2.39.5