From: David Wells Date: Tue, 30 Aug 2016 01:18:23 +0000 (-0400) Subject: Remove a reference to optimize_diagonal. X-Git-Tag: v8.5.0-rc1~723^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3035%2Fhead;p=dealii.git Remove a reference to optimize_diagonal. Commit 2dfcd899ad4 (February 2013) deprecated SparsityPattern::optimize_diagonal() and it has since been removed from the library. --- diff --git a/include/deal.II/lac/sparse_matrix.h b/include/deal.II/lac/sparse_matrix.h index 01d2679993..d171d39c39 100644 --- a/include/deal.II/lac/sparse_matrix.h +++ b/include/deal.II/lac/sparse_matrix.h @@ -1007,8 +1007,7 @@ public: /** * Return the main diagonal element in the ith row. This function - * throws an error if the matrix is not quadratic (see - * SparsityPattern::optimize_diagonal()). + * throws an error if the matrix is not quadratic. * * This function is considerably faster than the operator()(), since for * quadratic matrices, the diagonal entry may be the first to be stored in