Skip to content
Snippets Groups Projects
Commit 245c6aed authored by Julian Stürmer's avatar Julian Stürmer
Browse files
parents 1a7b3d93 edfdb5af
No related branches found
No related tags found
No related merge requests found
...@@ -5,4 +5,5 @@ ...@@ -5,4 +5,5 @@
!Texas_init_acpf.jld2 !Texas_init_acpf.jld2
*.txt *.txt
results_* results_*
app_* app_*
\ No newline at end of file testing.jl
\ No newline at end of file
...@@ -19,6 +19,7 @@ using Suppressor ...@@ -19,6 +19,7 @@ using Suppressor
#* Include other code files and export functions #* Include other code files and export functions
include("Data.jl") include("Data.jl")
export build_network_data
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, get_branches export get_bustypes, get_underground_tl, get_MW_loads, get_branches
export disable_branches!, destroy_tl! export disable_branches!, destroy_tl!
......
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