Skip to content

Commit 8293348

Browse files
amontoisongdalle
andauthored
Update src/postprocessing.jl
Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>
1 parent a0176ac commit 8293348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/postprocessing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function postprocess_star_coloring!(
9999

100100
# Process the trivial stars (if any)
101101
if nb_trivial_stars > 0
102-
occurrences .= 0
102+
fill!(occurrences, 0)
103103
all_trivial_stars_treated = true
104104

105105
rvS = rowvals(S)

0 commit comments

Comments
 (0)