From 0e528bf79604a74eadb2dbbffd1f0f01dda06b14 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 5 Dec 2019 13:07:23 -0700 Subject: [PATCH] Simplify references to tutorial programs. --- include/deal.II/lac/sparse_direct.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/deal.II/lac/sparse_direct.h b/include/deal.II/lac/sparse_direct.h index 761252d5f1..c3e4bed302 100644 --- a/include/deal.II/lac/sparse_direct.h +++ b/include/deal.II/lac/sparse_direct.h @@ -54,10 +54,7 @@ namespace types * systems, Ax=b, using the Unsymmetric-pattern MultiFrontal method and direct * sparse LU factorization. Matrices may have symmetric or unsymmetric * sparsity patterns, and may have unsymmetric entries. The use of this class - * is explained in the - * @ref step_22 "step-22" - * and - * @ref step_29 "step-29" + * is explained in the step-22 and step-29 * tutorial programs. * * This matrix class implements the usual interface of preconditioners, that -- 2.39.5