Skip to content

Commit

Permalink
Update src/systems/sparsematrixclil.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Yingbo Ma <[email protected]>
  • Loading branch information
chriselrod and YingboMa authored Jan 2, 2024
1 parent b435f94 commit c31d58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/sparsematrixclil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ end
nonzerosmap(a::CLILVector) = NonZeros(a)

findfirstequal(vpivot, ivars) = findfirst(isequal(vpivot), ivars)

Check warning on line 132 in src/systems/sparsematrixclil.jl

View check run for this annotation

Codecov / codecov/patch

src/systems/sparsematrixclil.jl#L132

Added line #L132 was not covered by tests
function findfirstequal(vpivot::Int64, ivars::AbstractVector{Int64})
function findfirstequal(vpivot::Int64, ivars::Vector{Int64})
GC.@preserve ivars begin
ret = Base.llvmcall(("""
declare i8 @llvm.cttz.i8(i8, i1);
Expand Down

0 comments on commit c31d58c

Please sign in to comment.