[vtk6] 10/10: apply net part of 97 patch because dpkg-source complains

Gert Wollny gert-guest at moszumanska.debian.org
Tue Feb 2 16:38:01 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 5ac56306fd92a8c558afd7f94f9827d25f5f787c
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Sun Jan 31 23:02:23 2016 +0100

    apply net part of 97 patch because dpkg-source complains
---
 Common/Core/vtkMath.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Common/Core/vtkMath.h b/Common/Core/vtkMath.h
index a357d56..72b784e 100644
--- a/Common/Core/vtkMath.h
+++ b/Common/Core/vtkMath.h
@@ -669,14 +669,14 @@ public:
   // 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