Skip to content

Commit

Permalink
- Fix compilation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 5, 2012
1 parent 9a78726 commit 2303359
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Compiler/FrontEnd/InstUtil.mo
Expand Up @@ -1600,7 +1600,6 @@ algorithm
case (InstTypes.FOR_EQUATION(index = index, indexType = ty1, range = NONE(), body = eql))
equation
ty_str1 = Types.unparseType(ty1);
range_str = ExpressionDump.printExpStr(exp1);
res = "for {" +& ty_str1 +& "} " +& index +& " loop\n ";
eql_str = stringDelimitList(List.map(eql, printEquation), "\n");
res = res +& eql_str +& "\n end for;\n";
Expand Down

0 comments on commit 2303359

Please sign in to comment.