From ba03d162a2617e701f201c7626793e153072d5bb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 1 Nov 2007 22:17:14 +0000 Subject: [PATCH] Add an xref. git-svn-id: https://svn.dealii.org/trunk@15428 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-29/step-29.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-29/step-29.cc b/deal.II/examples/step-29/step-29.cc index f9c34d7b8f..47c7598e38 100644 --- a/deal.II/examples/step-29/step-29.cc +++ b/deal.II/examples/step-29/step-29.cc @@ -53,7 +53,8 @@ // For solving the linear system, // we'll use the sparse // LU-decomposition provided by - // UMFPACK, for which the following + // UMFPACK (see the SparseDirectUMFPACK + // class), for which the following // header file is needed. Note that // in order to compile this tutorial // program, the deal.II-library needs @@ -1482,4 +1483,4 @@ int main () return 1; } return 0; -} \ No newline at end of file +} -- 2.39.5