Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
timodonnell committed Jan 29, 2018
1 parent e773043 commit 5cbc13a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
new["locally_connected_layers"] = [lc_layer]
elif num_lc == 2:
new["locally_connected_layers"] = [lc_layer, deepcopy(lc_layer)]
grid.append(new)
grid.append(new)

dump(grid, stdout)

0 comments on commit 5cbc13a

Please sign in to comment.