File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16651,7 +16651,7 @@ function MSXMatlabCleanup(obj)
16651
16651
nheadl=1;
16652
16652
end
16653
16653
nodes = obj.getBinNodeNameID;
16654
- links = obj.getBinLinkNameID ;
16654
+ links = obj.getBinLinksInfo ;
16655
16655
controls = obj.getBinControlsInfo;
16656
16656
curves = obj.getBinCurvesInfo;
16657
16657
rules=obj.getBinRulesControlsInfo;
@@ -16942,8 +16942,8 @@ function MSXMatlabCleanup(obj)
16942
16942
elseif (sect==9) && (nn==0)
16943
16943
mm=1;
16944
16944
if mm < length(a)+1
16945
- if pp<length(char(nodes.BinNodeJunctionNameID ))+1
16946
- if strcmp(a{mm}, nodes.BinNodeJunctionNameID {pp})
16945
+ if pp<length(char(links.BinLinkInitialStatus ))+1
16946
+ if strcmp(a{mm}, links.BinLinkNameID {pp})
16947
16947
pp=pp+1;
16948
16948
fprintf(fid2, '%s%s', char(a{mm}), sps);
16949
16949
if length(a)==2
You can’t perform that action at this time.
0 commit comments