aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/Jacobi_makeGivens.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/snippets/Jacobi_makeGivens.cpp')
-rw-r--r--doc/snippets/Jacobi_makeGivens.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snippets/Jacobi_makeGivens.cpp b/doc/snippets/Jacobi_makeGivens.cpp
index 4b733c306..6f8ec054a 100644
--- a/doc/snippets/Jacobi_makeGivens.cpp
+++ b/doc/snippets/Jacobi_makeGivens.cpp
@@ -3,4 +3,4 @@ JacobiRotation<float> G;
G.makeGivens(v.x(), v.y());
cout << "Here is the vector v:" << endl << v << endl;
v.applyOnTheLeft(0, 1, G.adjoint());
-cout << "Here is the vector J' * v:" << endl << v << endl; \ No newline at end of file
+cout << "Here is the vector J' * v:" << endl << v << endl;