Skip to content

Commit

Permalink
- Forgot some changed files in last commit.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed May 3, 2013
1 parent 05c95cb commit 0f970e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDump.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2376,7 +2376,7 @@ algorithm
paths_lst := List.map(paths, Absyn.pathString);
outStr := DAEDump.dumpDirectionStr(dir) +& " " +& ComponentReference.printComponentRefStr(cr) +& ":"
+& kindString(kind) +& "(" +& connectorTypeString(ct) +& attributesString(dae_var_attr)
+& ") " +& optExpressionString(bindExp,"") +& DAEDump.dumpCommentOptionStr(comment)
+& ") " +& optExpressionString(bindExp,"") +& DAEDump.dumpCommentAnnotationStr(comment)
+& stringDelimitList(paths_lst, ", ") +& " type: " +& dumpTypeStr(var_type) +& ComponentReference.printComponentRef2Str("", arrayDim);
end varString;

Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/XMLDump.mo
Original file line number Diff line number Diff line change
Expand Up @@ -3280,7 +3280,7 @@ algorithm
equation
dumpVariable(intString(varno),ComponentReference.printComponentRefStr(cr),dumpKind(kind),dumpDirectionStr(dir),dumpTypeStr(var_type),intString(0),
boolString(BackendVariable.varFixed(v)),dumpFlowStr(ct),dumpStreamStr(ct),
DAEDump.dumpCommentOptionStr(comment));
DAEDump.dumpCommentAnnotationStr(comment));
dumpBindValueExpression(e,b,addMMLCode);
//The command below adds information to the XML about the dimension of the
//containing vector, in the casse the variable is an element of a vector.
Expand Down

0 comments on commit 0f970e7

Please sign in to comment.