@@ -3064,6 +3064,7 @@ See dumpVariable for more details on the XML output.
30643064algorithm
30653065 _:=
30663066 matchcontinue (inVarLst,inInteger,addMathMLCode)
3067+
30673068 local
30683069 String varnostr,dirstr,str,path_str,comment_str,s,indx_str;
30693070 list< String > paths_lst,path_strs;
@@ -3100,7 +3101,7 @@ algorithm
31003101 flow_ = flow_,
31013102 stream_ = stream_)) :: xs),varno,addMMLCode)
31023103 equation
3103- dumpVariable(intString(varno),Exp . crefStr (cr),dumpKind(kind),dumpDirectionStr(dir),dumpTypeStr(var_type),
3104+ dumpVariable(intString(varno),Exp . printComponentRefStr (cr),dumpKind(kind),dumpDirectionStr(dir),dumpTypeStr(var_type),
31043105 intString(indx),Exp . crefStr(old_name),Util . boolString(DAELow . varFixed(v)),dumpFlowStr(flow_),
31053106 dumpStreamStr(stream_),unparseCommentOptionNoAnnotation(comment));
31063107 dumpBindValueExpression(e,b,addMMLCode);
@@ -3168,7 +3169,7 @@ algorithm
31683169 flow_ = flow_,
31693170 stream_ = stream_)) :: xs),crefIdxLstArr,strIdxLstArr,varno,addMMLCode)
31703171 equation
3171- dumpVariable(intString(varno),Exp . crefStr (cr),dumpKind(kind),dumpDirectionStr(dir),dumpTypeStr(var_type),intString(indx),
3172+ dumpVariable(intString(varno),Exp . printComponentRefStr (cr),dumpKind(kind),dumpDirectionStr(dir),dumpTypeStr(var_type),intString(indx),
31723173 Exp . crefStr(old_name),Util . boolString(DAELow . varFixed(v)),dumpFlowStr(flow_),dumpStreamStr(stream_),
31733174 Dump . unparseCommentOption(comment));
31743175 dumpBindValueExpression(e,b,addMMLCode);
0 commit comments