From b485abb541e9e7b7e5f6103737097f16bee91587 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 29 Feb 2000 18:15:18 +0000 Subject: [PATCH] Add comment. git-svn-id: https://svn.dealii.org/trunk@2528 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/base.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/deal.II/include/numerics/base.h b/deal.II/deal.II/include/numerics/base.h index d5f1d02380..1c0d1abcc5 100644 --- a/deal.II/deal.II/include/numerics/base.h +++ b/deal.II/deal.II/include/numerics/base.h @@ -26,6 +26,8 @@ /** + * The use of this class is now deprecated! + * * Base class for user problems. This class stores the system matrix and right * hand side vectors as well as a solution vector. It initiates the assemblage * process of matrix and vectors and so on. -- 2.39.5