From 02b42c64ea96043d8b3fbb7f87eabc9869310087 Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 29 Aug 2016 21:18:23 -0400 Subject: [PATCH] Remove a reference to optimize_diagonal. Commit 2dfcd899ad4 (February 2013) deprecated SparsityPattern::optimize_diagonal() and it has since been removed from the library. --- include/deal.II/lac/sparse_matrix.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5