Skip to content

Commit

Permalink
transformer to branch in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
BSnelling committed May 25, 2022
1 parent b6f95fb commit 135b2ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/system.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ struct Branch
break_points::Tuple{Float64, Float64}
"Price penalties for each of the break points of the branch (\$)"
penalties::Tuple{Float64, Float64}
"Resistance of the transformer (pu)"
"Resistance of the branch (pu)"
resistance::Float64
"Reactance of the transformer or branch (pu)"
"Reactance of the branch (pu)"
reactance::Float64
"Boolean indicating whether the branch is a transformer"
is_transformer::Bool
Expand Down

0 comments on commit 135b2ca

Please sign in to comment.