File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
power_grid_model_c/power_grid_model/include/power_grid_model/optimizer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -324,8 +324,8 @@ inline auto get_edge_weights(TransformerGraph const& graph) -> TrafoGraphEdgePro
324
324
// | C | B | [A<->B], [C->A], [C->B] |
325
325
// | C | C | [A<->B], [A->C], [A->B] |
326
326
// In two winding trafo, the edge is always pointing to the control side; in three winding trafo edges, the
327
- // one directional edges are always pointing towards the control side or the node connected to the control
328
- // side via the two directional edge if there exists one . For delta configuration ABC, the above
327
+ // unidirectional edges are always pointing towards the control side and the node connected to the control
328
+ // side via the bidirectional edge ( if it exists) . For delta configuration ABC, the above
329
329
// situations can happen.
330
330
// The logic still holds in meshed grids, albeit operating a more complex graph.
331
331
if (edge_src_rank != edge_tgt_rank - 1 ) {
You can’t perform that action at this time.
0 commit comments