From: guido Date: Thu, 23 Sep 2004 08:49:50 +0000 (+0000) Subject: doc reformatted X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e630e5e2ec198b38e134aa9c8fbf69a8b11e9ad8;p=dealii-svn.git doc reformatted git-svn-id: https://svn.dealii.org/trunk@9671 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_direct.h b/deal.II/lac/include/lac/sparse_direct.h index 3fc0b2b596..927359b15f 100644 --- a/deal.II/lac/include/lac/sparse_direct.h +++ b/deal.II/lac/include/lac/sparse_direct.h @@ -1006,9 +1006,11 @@ class SparseDirectMA47 : public Subscriptor * direct sparse LU factorization. Matrices may have symmetric or unsymmetrix * sparsity patterns, and may have unsymmetric entries. * - * Note that this class only works if configuration of the deal.II library has - * detected the presence of this solver. Please read the README file on - * what the configure script is looking for and how to provide it. + * @note This class only exists if support for UMFPack + * was enabled during configure and if the UMFPack + * library was configured. * * @author Wolfgang Bangerth, 2004 */