Skip to content

Commit 6de44e9

Browse files
committed
Fix typo.
1 parent 30c7cfa commit 6de44e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OptimalTransportNetworks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ param[:Zjn][61] = 10.0
6363
results = optimal_network(param, graph)
6464
6565
# Run annealing
66-
results_annealing = annealing(param, graph, result[:Ijk])
66+
results_annealing = annealing(param, graph, results[:Ijk])
6767
6868
# Comparison
6969
plot_graph(graph, results[:Ijk])

0 commit comments

Comments
 (0)