aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/Slicing_rawarray_cxx11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/snippets/Slicing_rawarray_cxx11.cpp')
-rw-r--r--doc/snippets/Slicing_rawarray_cxx11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snippets/Slicing_rawarray_cxx11.cpp b/doc/snippets/Slicing_rawarray_cxx11.cpp
index 0d3287a42..1087131ab 100644
--- a/doc/snippets/Slicing_rawarray_cxx11.cpp
+++ b/doc/snippets/Slicing_rawarray_cxx11.cpp
@@ -2,4 +2,4 @@
MatrixXi A = MatrixXi::Random(4,6);
cout << "Initial matrix A:\n" << A << "\n\n";
cout << "A(all,{4,2,5,5,3}):\n" << A(all,{4,2,5,5,3}) << "\n\n";
-#endif \ No newline at end of file
+#endif