From: wolf Date: Mon, 29 Mar 2004 20:51:02 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a7d0118884104593a4c05b4ed80a2dd89887cb;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@8900 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparsity_pattern.h b/deal.II/lac/include/lac/sparsity_pattern.h index a560d26e81..ba4a8cf5fc 100644 --- a/deal.II/lac/include/lac/sparsity_pattern.h +++ b/deal.II/lac/include/lac/sparsity_pattern.h @@ -1140,8 +1140,10 @@ class SparsityPattern : public Subscriptor * read-only. * * Use of this function is highly - * deprecated. Use @p{row_length} - * and @p{column_number} instead. + * deprecated. Use @p{row_length} and + * @p{column_number} instead. Also, using + * iterators may get you most of the + * information you may want. * * Though the return value is declared * const, you should be aware that it @@ -1157,12 +1159,15 @@ class SparsityPattern : public Subscriptor * If you change the layout yourself, you * should also rename this function to * avoid programs relying on outdated - * information! */ + * information! + */ const unsigned int * get_rowstart_indices () const; /** - * @deprecated. Use @p{row_length} - * and @p{column_number} instead. + * @deprecated. Use @p{row_length} and + * @p{column_number} instead. Also, using + * iterators may get you most of the + * information you may want. * * This is kind of an expert mode: get * access to the colnums array, but