aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/PartialRedux_maxCoeff.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-08-28 21:44:56 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-08-28 21:44:56 +0000
commit7ea821d18e6b1294acf170b805c3c132c47f2f77 (patch)
tree196865782f422611721ce841373f9d77c3519c3c /doc/snippets/PartialRedux_maxCoeff.cpp
parent80be1ea51582c92bf4dba2b4f104bb53b9628980 (diff)
spelling + some krazy directives
Diffstat (limited to 'doc/snippets/PartialRedux_maxCoeff.cpp')
-rw-r--r--doc/snippets/PartialRedux_maxCoeff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snippets/PartialRedux_maxCoeff.cpp b/doc/snippets/PartialRedux_maxCoeff.cpp
index ff1a7ebdb..e8fd3820d 100644
--- a/doc/snippets/PartialRedux_maxCoeff.cpp
+++ b/doc/snippets/PartialRedux_maxCoeff.cpp
@@ -1,3 +1,3 @@
Matrix3d m = Matrix3d::Random();
cout << "Here is the matrix m:" << endl << m << endl;
-cout << "Here is the maximum of each column:" << endl << m.colwise().maxCoeff() << endl; \ No newline at end of file
+cout << "Here is the maximum of each column:" << endl << m.colwise().maxCoeff() << endl;