Skip to content

Commit 0f970e7

Browse files
committed
- Forgot some changed files in last commit.
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 05c95cb commit 0f970e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Compiler/BackEnd/BackendDump.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2376,7 +2376,7 @@ algorithm
23762376
paths_lst := List.map(paths, Absyn.pathString);
23772377
outStr := DAEDump.dumpDirectionStr(dir) +& " " +& ComponentReference.printComponentRefStr(cr) +& ":"
23782378
+& kindString(kind) +& "(" +& connectorTypeString(ct) +& attributesString(dae_var_attr)
2379-
+& ") " +& optExpressionString(bindExp,"") +& DAEDump.dumpCommentOptionStr(comment)
2379+
+& ") " +& optExpressionString(bindExp,"") +& DAEDump.dumpCommentAnnotationStr(comment)
23802380
+& stringDelimitList(paths_lst, ", ") +& " type: " +& dumpTypeStr(var_type) +& ComponentReference.printComponentRef2Str("", arrayDim);
23812381
end varString;
23822382

Compiler/BackEnd/XMLDump.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3280,7 +3280,7 @@ algorithm
32803280
equation
32813281
dumpVariable(intString(varno),ComponentReference.printComponentRefStr(cr),dumpKind(kind),dumpDirectionStr(dir),dumpTypeStr(var_type),intString(0),
32823282
boolString(BackendVariable.varFixed(v)),dumpFlowStr(ct),dumpStreamStr(ct),
3283-
DAEDump.dumpCommentOptionStr(comment));
3283+
DAEDump.dumpCommentAnnotationStr(comment));
32843284
dumpBindValueExpression(e,b,addMMLCode);
32853285
//The command below adds information to the XML about the dimension of the
32863286
//containing vector, in the casse the variable is an element of a vector.

0 commit comments

Comments
 (0)