From 17ee2523c1a3d29bda47e5f8523a49cd3a2c0d27 Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 11 Oct 2016 18:08:57 -0400 Subject: [PATCH] Remove SparseLUDecomposition::decompose reference. This function was removed in commit 27b50d8b58d (February 2015). --- include/deal.II/lac/sparse_decomposition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/sparse_decomposition.h b/include/deal.II/lac/sparse_decomposition.h index 2d89ddadac..77e0498785 100644 --- a/include/deal.II/lac/sparse_decomposition.h +++ b/include/deal.II/lac/sparse_decomposition.h @@ -307,7 +307,7 @@ protected: /** * For every row in the underlying SparsityPattern, this array contains a * pointer to the row's first afterdiagonal entry. Becomes available after - * invocation of decompose(). + * invocation of prebuild_lower_bound(). */ std::vector prebuilt_lower_bound; -- 2.39.5