Skip to content

Commit ff17e8f

Browse files
committed
Minors.
1 parent 84da63f commit ff17e8f

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
@@ -18,7 +18,7 @@ Initialize the underlying graph, population and productivity parameters.
1818
- `adjacency::BitMatrix`: J x J Adjacency matrix (only used for custom network)
1919
- `x::Vector{Float64}`: x coordinate (longitude) of each node (only used for custom network)
2020
- `y::Vector{Float64}`: y coordinate (latitude) of each node (only used for custom network)
21-
- `Lj::Vector{Float64}`: Vector of populations in each node (j = 1:J) (only for no mobility)
21+
- `Lj::Vector{Float64}`: Vector of populations in each node (j = 1:J) (only for fixed labour case)
2222
- `Hj::Vector{Float64}`: Vector of immobile good in each node (j = 1:J) (e.g. housing, default ones(J))
2323
- `Lr::Vector{Float64}`: Vector of populations in each region (r = 1:nregions) (only for partial mobility)
2424
- `region::Vector{Int64}`: Vector indicating region of each location (only for partial mobility)

0 commit comments

Comments
 (0)