Skip to content

Commit

Permalink
correct get_rate to get_rating (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleyRoss authored Jul 2, 2024
1 parent c94d006 commit 895bfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/branch_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ PSY.get_arc(wrapper::BranchWrapper) = PSY.get_arc(wrapper.branch)
PSY.get_r(wrapper::BranchWrapper) = PSY.get_r(wrapper.branch)
PSY.get_x(wrapper::BranchWrapper) = PSY.get_x(wrapper.branch)
PSY.get_b(wrapper::BranchWrapper) = PSY.get_b(wrapper.branch)
PSY.get_rate(wrapper::BranchWrapper) = PSY.get_rate(wrapper.branch)
PSY.get_rating(wrapper::BranchWrapper) = PSY.get_rating(wrapper.branch)
PSY.get_angle_limits(wrapper::BranchWrapper) = PSY.get_angle_limits(wrapper.branch)
PSY.get_ext(wrapper::BranchWrapper) = PSY.get_ext(wrapper.branch)
PSY.get_states(wrapper::BranchWrapper) = PSY.get_states(wrapper.branch)
Expand Down

0 comments on commit 895bfd6

Please sign in to comment.