aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/PartialRedux_norm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/snippets/PartialRedux_norm.cpp')
-rw-r--r--doc/snippets/PartialRedux_norm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snippets/PartialRedux_norm.cpp b/doc/snippets/PartialRedux_norm.cpp
index 46f26f715..dbcf290a0 100644
--- a/doc/snippets/PartialRedux_norm.cpp
+++ b/doc/snippets/PartialRedux_norm.cpp
@@ -1,3 +1,3 @@
Matrix3d m = Matrix3d::Random();
cout << "Here is the matrix m:" << endl << m << endl;
-cout << "Here is the norm of each column:" << endl << m.colwise().norm() << endl; \ No newline at end of file
+cout << "Here is the norm of each column:" << endl << m.colwise().norm() << endl;