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

Fix bug in _deactivate_cc!

parent ed8c4a73
No related branches found
No related tags found
No related merge requests found
......@@ -290,7 +290,7 @@ function _deactivate_cc!(
### Deactivate all active loads in connected component
for l in active_cc_loads
network_data["load"]["$g"]["status"] = 0
network_data["load"]["$l"]["status"] = 0
end
### Deactivate rest of connected component (branches, dangling buses etc.)
......
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