From: David Wells Date: Tue, 11 Oct 2016 22:08:57 +0000 (-0400) Subject: Remove SparseLUDecomposition::decompose reference. X-Git-Tag: v8.5.0-rc1~580^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17ee2523c1a3d29bda47e5f8523a49cd3a2c0d27;p=dealii.git Remove SparseLUDecomposition::decompose reference. This function was removed in commit 27b50d8b58d (February 2015). --- 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;