Skip to content

Commit

Permalink
- removed some additional prints to fix tests
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Volker Waurich committed Apr 29, 2015
1 parent 6c0221c commit ad1232f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/BackendDump.mo
Expand Up @@ -2331,7 +2331,7 @@ algorithm
outStr := DAEDump.dumpDirectionStr(dir) + ComponentReference.printComponentRefStr(cr) + ":"
+ kindString(kind) + "(" + connectorTypeString(ct) + attributesString(dae_var_attr)
+ ") " + optExpressionString(bindExp,"") + DAEDump.dumpCommentAnnotationStr(comment)
+ stringDelimitList(paths_lst, ", ") + " type: " + dumpTypeStr(var_type)+ "[" + stringDelimitList(List.map(arrayDim, ExpressionDump.dimensionString), ", ") + "]";
+ stringDelimitList(paths_lst, ", ") + " type: " + dumpTypeStr(var_type);
end varString;

public function dumpKind
Expand Down Expand Up @@ -3668,7 +3668,7 @@ algorithm
s3 = stringDelimitList(List.map(crefs,printIterCrefStr),"| ");
then s1+s2+s3;
case(_)
then "NO_LOOP";
then "";
end match;
end printLoopInfoStr;

Expand Down

0 comments on commit ad1232f

Please sign in to comment.