Skip to content

Commit 0488cd0

Browse files
committed
Minors.
1 parent 6ea20ff commit 0488cd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/paper_example03.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ height = 9
1313

1414
# Init and Solve network
1515

16-
param = init_parameters(K=10000, labor_mobility = true, annealing = false)
16+
param = init_parameters(K = 10000, labor_mobility = true, annealing = false)
1717
param, g = create_graph(param, width, height, type = "triangle")
1818

1919
# set fundamentals

0 commit comments

Comments
 (0)