Skip to content

Commit

Permalink
add new hvdc line
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Oct 24, 2024
1 parent 0239dfc commit a631a8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ end

function _add_to_collection!(
::Vector{PSY.ACBranch},
::Union{PSY.TwoTerminalHVDCLine, PSY.TwoTerminalVSCDCLine},
::Union{
PSY.TwoTerminalHVDCLine,
PSY.TwoTerminalVSCDCLine,
PSY.TwoTerminalHVDCDetailedLine,
},
)
return
end
Expand Down

0 comments on commit a631a8b

Please sign in to comment.