[vtk6] 01/01: Correct more Doxygen-latex

Gert Wollny gert-guest at moszumanska.debian.org
Tue Feb 2 15:05:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

gert-guest pushed a commit to branch master
in repository vtk6.

commit 344e3d38ffdb1091282db3c64c47c875e2f5f8c5
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Tue Feb 2 15:04:59 2016 +0000

    Correct more Doxygen-latex
---
 debian/patches/97_fix_latex_doxygen.patch | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/debian/patches/97_fix_latex_doxygen.patch b/debian/patches/97_fix_latex_doxygen.patch
index f46ceae..9cf5c2b 100644
--- a/debian/patches/97_fix_latex_doxygen.patch
+++ b/debian/patches/97_fix_latex_doxygen.patch
@@ -13,3 +13,23 @@ Forwardedd: no
    // but note that small values of P are costly to achieve.
    // The default parameters will locate prominent values that occur at least
    // 1 out of every 1000 samples with a confidence of 0.999999 (= 1 - 1e6).
+--- a/Common/Core/vtkMath.h
++++ b/Common/Core/vtkMath.h
+@@ -669,14 +669,14 @@
+   // The output is provided by overwriting the input A with a matrix of the same size as
+   // A containing all of the information about L and U. If the output matrix is
+   // \f$ A* = \left( \begin{array}{cc}
+-  // a & b \\ %
++  // a & b \\
+   // c & d \end{array} \right)\f$
+   // then L and U can be obtained as:
+   // \f$ L = \left( \begin{array}{cc}
+-  // 1 & 0 \\ %
++  // 1 & 0 \\
+   // c & 1 \end{array} \right)\f$
+   // \f$ U = \left( \begin{array}{cc}
+-  // a & b \\ %
++  // a & b \\
+   // 0 & d \end{array} \right)\f$
+   //
+   // That is, the diagonal of the resulting A* is the diagonal of U. The upper right

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vtk6.git



More information about the debian-science-commits mailing list