Skip to content

Commit b435f94

Browse files
committed
fix a couple branches
1 parent a06fe2b commit b435f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/systems/sparsematrixclil.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,10 @@ function bareiss_update_virtual_colswap_mtk!(zero!, M::SparseMatrixCLIL, k, swap
323323
end
324324
dobreak && break
325325
end
326-
elseif numivars == 0
326+
elseif numkvars > 0
327327
ivind = 1
328328
kvv = kvars[kvind += 1]
329-
else # numkvars == 0
329+
elseif numivars > 0
330330
kvind = 1
331331
ivv = ivars[ivind += 1]
332332
end

0 commit comments

Comments
 (0)