From 135b2caaeb0ba26e650818657d62c0188f0449d5 Mon Sep 17 00:00:00 2001 From: Branwen Snelling Date: Wed, 25 May 2022 11:28:45 -0500 Subject: [PATCH] transformer to branch in docstring --- src/system.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system.jl b/src/system.jl index f832b21..fab9296 100644 --- a/src/system.jl +++ b/src/system.jl @@ -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