Commit 2a41d28b authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixed comments in LambdaMatrixTest - again.

parent 91c934c4
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -172,12 +172,11 @@ void test_GetRow()
   /**
    * Prepare lambda matrix of the following form:
    *
    * /  1   0   0   0   0 \
    * /  1   0   0   0   0 \.
    * | -2   1  -2   0   0 |
    * |  0  -2   1  -2   0 |
    * |  0   0  -2   1  -2 |
    * |  0   0   0  -2   1 |
    * \  0   0   0   0   1 /
    * \  0   0   0   0   1 /.
    */

   IndexType size = 5;