Skip to content

Commit fd5b7ea

Browse files
committed
Minor fix
1 parent d659861 commit fd5b7ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ function variables_flow(m, ℒ::Vector{<:Link}, 𝒳ᵛᵉᶜ, 𝒫, 𝒯, model
282282
end
283283

284284
# Create new flow variables for specific resource types
285-
for p_sub in res_types_vec(𝒫)
285+
for p_sub res_types_vec(𝒫)
286286
variables_flow_resource(m, ℒ, p_sub, 𝒯, modeltype)
287287
end
288288
end

0 commit comments

Comments
 (0)