Skip to content

Commit

Permalink
- fixed merge 20440
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20441 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Vitalij Ruge committed May 7, 2014
1 parent b94a9ad commit d1b2327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenC.tpl
Expand Up @@ -9149,7 +9149,7 @@ template daeExpAsub(Exp inExp, Context context, Text &preExp /*BUFP*/,
{ /* ASUB */
<%expl%>
default:
assert(NULL == "index out of bounds");
throwStreamPrint(threadData, "Index %d out of bounds [1..<%listLength(exp.array)%>] for array <%Util.escapeModelicaStringToCString(printExpStr(exp))%>", <%idx1%>);
}
<%\n%>
>>
Expand Down

0 comments on commit d1b2327

Please sign in to comment.