Skip to content

Commit 732312a

Browse files
committed
Using true: more consistent.
1 parent 87a3379 commit 732312a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/create_graph.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function create_map(w, h)
239239
adjacency = falses(J, J)
240240
for i in 1:J
241241
for j in nodes[i]
242-
adjacency[i, j] = 1
242+
adjacency[i, j] = true
243243
end
244244
end
245245

0 commit comments

Comments
 (0)