From: wolf Date: Tue, 29 Feb 2000 18:15:18 +0000 (+0000) Subject: Add comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b485abb541e9e7b7e5f6103737097f16bee91587;p=dealii-svn.git Add comment. git-svn-id: https://svn.dealii.org/trunk@2528 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.