Skip to content

Commit aa9ef95

Browse files
committed
fix name of default name for duplcated system in interconnect
1 parent 42c6fb1 commit aa9ef95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

control/nlsys.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2132,8 +2132,8 @@ def interconnect(
21322132
If a system is duplicated in the list of systems to be connected,
21332133
a warning is generated and a copy of the system is created with the
21342134
name of the new system determined by adding the prefix and suffix
2135-
strings in config.defaults['iosys.linearized_system_name_prefix']
2136-
and config.defaults['iosys.linearized_system_name_suffix'], with the
2135+
strings in config.defaults['iosys.duplicate_system_name_prefix']
2136+
and config.defaults['iosys.duplicate_system_name_suffix'], with the
21372137
default being to add the suffix '$copy' to the system name.
21382138
21392139
In addition to explicit lists of system signals, it is possible to

0 commit comments

Comments
 (0)