Skip to content

Commit 888321e

Browse files
authored
Apply suggestion from @mgovers
Signed-off-by: Martijn Govers <martygovers@hotmail.com>
1 parent 86abec1 commit 888321e

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
@@ -299,10 +299,10 @@ TEST_CASE("LU solver with multiple orders of magnitude") {
299299
}
300300

301301
SUBCASE("With small deviations: raises if deviations too small") {
302-
// [ aa ab 0 ]
303-
// [ ba bb (bc)]
304-
// [ 0 (cb) (cc)]
305-
// with aa = ab, bb = aa + delta and (cc) = (bc)
302+
// [ aa ab 0 ]
303+
// [ ba bb (bc)]
304+
// [ 0 (cb) (cc)]
305+
// with aa = ab, bb = aa + delta and (cc) = (bc)
306306
SUBCASE("Full matrix") {
307307
SUBCASE("Small but not too small deviation") {
308308
auto data =

0 commit comments

Comments
 (0)