Skip to content

Commit

Permalink
Switch
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Nov 5, 2024
1 parent ea80b8f commit c7cce07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decompression.jl
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ function _reconstruct_B!(result::BicoloringResult, Br::AbstractMatrix, Bc::Abstr
if eltype(result.B) == R
B = result.B
else
B = similar(R, result.B)
B = similar(result.B, R)
end
fill!(B, zero(R))
for c in axes(B, 2)
Expand Down

0 comments on commit c7cce07

Please sign in to comment.