[eigen] Missing newline at end of Dense |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
Hello,
attached you find an extremely trivial patch which just adds a newline at the
end of Dense. Some compilers warn about missing newlines, and thus compilation
with -Werror fails.
Cheers
Martin
# HG changeset patch
# User Martin Senst <martin.senst@xxxxxx>
# Date 1279901053 -7200
# Node ID a4a5abfe391a6ca5e709fcd235d8e236a0bf3615
# Parent 05aa89b0c8a4efc1d81df0e87c1fc819d683a76e
Add newline at the end of Dense.
diff -r 05aa89b0c8a4 -r a4a5abfe391a Eigen/Dense
--- a/Eigen/Dense Fri Jul 23 16:29:29 2010 +0200
+++ b/Eigen/Dense Fri Jul 23 18:04:13 2010 +0200
@@ -4,4 +4,4 @@
#include "QR"
#include "SVD"
#include "Geometry"
-#include "Eigenvalues"
\ No newline at end of file
+#include "Eigenvalues"