Skip to content

Commit

Permalink
Update krylov.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Dec 29, 2024
1 parent dde8089 commit d06aa0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/krylov.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ end
@test (@allocated Krylov.kaxpby!(n, a, x, b, y)) == 0
@test (@allocated Krylov.kaxpby!(n, a2, x, b, y)) == 0
@test (@allocated Krylov.kaxpby!(n, a, x, b2, y)) == 0
@test (@allocated Krylov.@kaxpby!(n, a2, x, b2, y)) == 0
@test (@allocated Krylov.kaxpby!(n, a2, x, b2, y)) == 0
end
end

0 comments on commit d06aa0a

Please sign in to comment.