Skip to content

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Apr 14, 2024
1 parent 1082ae6 commit 6a5a51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlockPartitionedArrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ end

# LinearAlgebra API

function Base.:*(a::Number,b::BlockArray)
function Base.:*(a::Number,b::BlockPArray)
mortar(map(bi -> a*bi,blocks(b)))
end
Base.:*(b::BlockPMatrix,a::Number) = a*b
Expand Down

0 comments on commit 6a5a51f

Please sign in to comment.