From: bangerth Date: Thu, 1 Nov 2007 22:17:14 +0000 (+0000) Subject: Add an xref. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc834ab440fafc680e46c48ce75102ddb6052b04;p=dealii-svn.git Add an xref. git-svn-id: https://svn.dealii.org/trunk@15428 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 +}