Skip to content

Commit

Permalink
- fix for renaming of DEBUG_STREAM
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15095 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Feb 7, 2013
1 parent 909b3ba commit ab85818
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Compiler/Template/CodegenC.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6066,8 +6066,7 @@ template algStmtReinit(DAE.Statement stmt, Context context, Text &varDecls /*BUF
<<
<%preExp%>
<%expPart1%> = <%expPart2%>;
if(DEBUG_STREAM(LOG_EVENTS))
INFO1(LOG_EVENTS, "reinit <%expPart1%> = %f", <%expPart1%>);
INFO1(LOG_EVENTS, "reinit <%expPart1%> = %f", <%expPart1%>);
data->simulationInfo.needToIterate = 1;
>>
end algStmtReinit;
Expand Down

0 comments on commit ab85818

Please sign in to comment.