Skip to content

Commit c31d58c

Browse files
chriselrodYingboMa
andauthored
Update src/systems/sparsematrixclil.jl
Co-authored-by: Yingbo Ma <[email protected]>
1 parent b435f94 commit c31d58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/sparsematrixclil.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ end
130130
nonzerosmap(a::CLILVector) = NonZeros(a)
131131

132132
findfirstequal(vpivot, ivars) = findfirst(isequal(vpivot), ivars)
133-
function findfirstequal(vpivot::Int64, ivars::AbstractVector{Int64})
133+
function findfirstequal(vpivot::Int64, ivars::Vector{Int64})
134134
GC.@preserve ivars begin
135135
ret = Base.llvmcall(("""
136136
declare i8 @llvm.cttz.i8(i8, i1);

0 commit comments

Comments
 (0)