Skip to content

Commit

Permalink
broadcast bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dpabon committed Sep 27, 2023
1 parent 6135ad8 commit d039881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/masking_general.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function masking_co_occurrence(

else

cube_out[i] .= cube_in_to_mask[i]
cube_out[i] = cube_in_to_mask[i]

end

Expand Down

0 comments on commit d039881

Please sign in to comment.