Skip to content

Commit

Permalink
Update src/accessors.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Raphael Saavedra <raphael.saavedra93@gmail.com>
  • Loading branch information
BSnelling and raphaelsaavedra authored May 10, 2022
1 parent 53f2557 commit fb4cecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accessors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ get_regulation_commitment(system::SystemRT) = system.generator_status.status_reg
"""
gens_per_zone(system::System)
Returns a `Dict` with keys of `Zone` numbers and values of generator names in that zone.
Returns a `Dict` with keys of `Zone` numbers and values of generator names in that zone.
"""
function gens_per_zone(system::System)
gens_per_zone = Dict{Int, Vector{Int}}()
Expand Down

0 comments on commit fb4cecf

Please sign in to comment.