From adc54f99ebe5ccaef9987024f6c408703c0e7732 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 29 Mar 2004 20:04:57 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@8896 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparsity_pattern.h | 7 +++++++ 1 file changed, 7 insertions(+) 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; -- 2.39.5