Skip to content

Commit df79819

Browse files
committed
Fix typo
1 parent f878a6f commit df79819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface/eigh.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ for f in (:eigh_full, :eigh_vals)
9393
return default_algorithm($f!, A; kwargs...)
9494
end
9595
function default_algorithm(::typeof($f!), A; kwargs...)
96-
return default_eig_algorithm(A; kwargs...)
96+
return default_eigh_algorithm(A; kwargs...)
9797
end
9898
end
9999
end

0 commit comments

Comments
 (0)