From 61656aeba244c6dff5f9357a3ab55693876b0d84 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 25 Feb 2008 15:17:15 +0000 Subject: [PATCH] Link to step-31 git-svn-id: https://svn.dealii.org/trunk@15767 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_direct.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_direct.h b/deal.II/lac/include/lac/sparse_direct.h index d5a9783c10..eda53f7e45 100644 --- a/deal.II/lac/include/lac/sparse_direct.h +++ b/deal.II/lac/include/lac/sparse_direct.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -1011,7 +1011,8 @@ class SparseDirectMA47 : public Subscriptor * MultiFrontal method and direct sparse LU factorization. Matrices * may have symmetric or unsymmetrix sparsity patterns, and may have * unsymmetric entries. The use of this class is explained in the @ref - * step_29 "step-29" tutorial program. + * step_29 "step-29" and @ref + * step_31 "step-31" tutorial programs. * * This matrix class implements the usual interface of * preconditioners, that is a function initialize(const -- 2.39.5