From b8d29e42338eb53a369ae889cb87e8ac27b79021 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 21 Nov 2012 13:23:39 +0000 Subject: [PATCH] Avoid a multiline comment. git-svn-id: https://svn.dealii.org/trunk@27659 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/step-32.cc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc index 4e349e47d9..8cbfaac0e6 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -205,8 +205,13 @@ namespace Step32 // This namespace implements the preconditioner. As discussed in the // introduction, this preconditioner differs in a number of key portions // from the one used in step-31. Specifically, it is a right preconditioner, - // implementing the matrix @f{align*}\left(\begin{array}{cc}A^{-1} & B^T \\ - // 0 & S^{-1}\end{array}\right)@f} where the two inverse matrix operations + // implementing the matrix + // @f{align*} + // \left(\begin{array}{cc}A^{-1} & B^T + // \\0 & S^{-1} + // \end{array}\right) + // @f} + // where the two inverse matrix operations // are approximated by linear solvers or, if the right flag is given to the // constructor of this class, by a single AMG V-cycle for the velocity // block. The three code blocks of the vmult function implement -- 2.39.5