2
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-03-25 18:50:40 +08:00

Fix name of tutorial snippet.

This commit is contained in:
Christoph Hertzberg 2019-01-23 10:35:06 +01:00
parent 80f81f9c4b
commit e16913a45f

@ -55,10 +55,10 @@ Here is an example sorting each row of a matrix:
<table class="example">
<tr><th>Example:</th><th>Output:</th></tr>
<tr><td>
\include Tutorial_std_sort_rows.cpp
\include Tutorial_std_sort_rows_cxx11.cpp
</td>
<td>
\verbinclude Tutorial_std_sort_rows.out
\verbinclude Tutorial_std_sort_rows_cxx11.out
</td></tr></table>
*/