Skip to content

Commit ffa11b0

Browse files
committed
Fix typo
1 parent 3de39df commit ffa11b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/alias_elimination.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,8 @@ function aag_bareiss!(graph, var_to_diff, mm_orig::SparseMatrixCLIL, only_algebr
474474
bareiss_ops = ((M, i, j) -> nothing, myswaprows!,
475475
bareiss_update_virtual_colswap_mtk!, bareiss_zero!)
476476
rank3, = bareiss!(M, bareiss_ops; find_pivot = find_and_record_pivot)
477-
rank1 = something(rank1, rank2)
478477
rank2 = something(rank2, rank3)
478+
rank1 = something(rank1, rank2)
479479
(rank1, rank2, rank3, pivots)
480480
end
481481

0 commit comments

Comments
 (0)