Skip to content

Commit 0f6fdfd

Browse files
committed
Remove 'm' here.
1 parent 838bc31 commit 0f6fdfd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/create_graph.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Initialize the underlying graph, population and productivity parameters.
1717
- `x::Vector{Float64}`: x coordinate (longitude) of each node (only used for custom network)
1818
- `y::Vector{Float64}`: y coordinate (latitude) of each node (only used for custom network)
1919
- `omega::Vector{Float64}`: Vector of Pareto weights for each node or region in partial mobility case (default ones(J or nregions))
20-
- `m::Vector{Float64}=ones(N)`: Vector of weights Nx1 in the cross congestion cost function
2120
- `Zjn::Matrix{Float64}`: J x N matrix of producties per node (j = 1:J) and good (n = 1:N) (default ones(J, N))
2221
- `Lj::Vector{Float64}`: Vector of populations in each node (j = 1:J) (only for fixed labour case)
2322
- `Hj::Vector{Float64}`: Vector of immobile good in each node (j = 1:J) (e.g. housing, default ones(J))

0 commit comments

Comments
 (0)