Skip to content

Commit

Permalink
use abstract vector
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jun 12, 2024
1 parent 831514d commit 71f3880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices_models/devices/AC_branches.jl
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ function _make_flow_expressions!(
jump_model::JuMP.Model,
name::String,
time_steps::UnitRange{Int},
ptdf_col::Vector{Float64},
ptdf_col::AbstractVector{Float64},
nodal_balance_expressions::Matrix{JuMP.AffExpr},
)
@show Threads.threadid() name
Expand Down

0 comments on commit 71f3880

Please sign in to comment.