From: wolf Date: Mon, 29 Mar 2004 20:04:57 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adc54f99ebe5ccaef9987024f6c408703c0e7732;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@8896 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 f42655f7ab..611df8f8c8 100644 --- a/deal.II/lac/include/lac/sparsity_pattern.h +++ b/deal.II/lac/include/lac/sparsity_pattern.h @@ -73,6 +73,13 @@ namespace internals * Column number of the * element represented by * this object. + * + * Note that if the underlying + * sparsity pattern has not yet been + * compressed, then this function may + * return @p + * SparsityPattern::invalid_index for + * certain elements of the matrix. */ unsigned int column() const;