Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Coline PILOQUET <coline.piloquet@rte-france.com>
  • Loading branch information
colinepiloquet committed Sep 25, 2024
1 parent ac0de6c commit e8b0317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static void write(Network network, XMLStreamWriter writer, CgmesExportCon
if (context.getCimVersion() >= 16) {
CgmesExportUtil.writeModelDescription(network, CgmesSubset.STATE_VARIABLES, writer, model, context);
writeTopologicalIslands(network, context, writer);
// Note: unmapped topological nodes (node breaker) & boundary topological nodes are not written in topological islands
// Note: unmapped topological nodes (node breaker) topological nodes are not written in topological islands
}

writeVoltagesForTopologicalNodes(network, context, writer);
Expand Down

0 comments on commit e8b0317

Please sign in to comment.