Skip to content
Snippets Groups Projects
Commit bd1165a7 authored by Julian Stürmer's avatar Julian Stürmer
Browse files

Export new functions

parent 1b8c4019
No related branches found
No related tags found
No related merge requests found
Pipeline #476 failed
...@@ -20,19 +20,19 @@ using Statistics ...@@ -20,19 +20,19 @@ using Statistics
include("Data.jl") include("Data.jl")
export add_locs!, add_tl_lengths!, add_tl_voltages! export add_locs!, add_tl_lengths!, add_tl_voltages!
export get_bustypes, get_underground_tl, get_MW_loads export get_bustypes, get_underground_tl, get_MW_loads
export disable_branches! export disable_branches!, destroy_tl!
include("PowerFlow.jl") include("PowerFlow.jl")
export update_pf_data!, calc_init_op export update_pf_data!, calc_init_op
include("PlotPG.jl") include("PlotPG.jl")
export plot_pg_map, plot_pg export plot_pg_map, plot_pg_overhead_tl_segments, plot_pg
include("Impact.jl") include("Impact.jl")
export sim_impact export sim_impact
export calc_overhead_tl_windloads, get_windfield, calc_overhead_tl_segments export calc_overhead_tl_windloads, get_windfield, calc_overhead_tl_segments
include("PlotImpact.jl") include("PlotImpact.jl")
export plothist_tl_failures export plothist_tl_failures, plot_pg_impact
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment