Skip to content

Commit 9ff2d3d

Browse files
typo in comments
Signed-off-by: Peter Salemink <[email protected]>
1 parent 1aa4a99 commit 9ff2d3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/cpp_unit_tests/test_sparse_lu_solver.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ TEST_CASE("Test Sparse LU solver") {
7979
}
8080

8181
SECTION("Test block(double 2*2) calculation") {
82-
// [ 0 1 1 2 3 4 3 40
83-
// 100 0 7 -1 5 6 4 355
84-
// 1 2 0 200 f f * [ -1 ] = [ -189 ]
85-
// -3 4 3 1 f f * -2 3
82+
// [ 0 1 1 2 3 4 3 38
83+
// 100 0 7 -1 5 6 4 356
84+
// 1 2 0 200 f f * [ -1 ] = [ -389 ]
85+
// -3 4 3 1 f f * -2 2
8686
// 5 6 f f 1 0 5 44
8787
// -7 8 f f 0 100 6 611
8888

0 commit comments

Comments
 (0)