Skip to content

Commit 68c3d90

Browse files
committed
- minor fix for dump of reinit
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 32a7b12 commit 68c3d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/Template/CodegenC.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,7 @@ template functionWhenReinitStatementThen(Boolean initialCall, list<WhenOperator>
18651865
if not initialCall then
18661866
"data->simulationInfo.needToIterate = 1;"
18671867
<<
1868-
INFO1(LOG_EVENTS, "| | reinit <%cref(stateVar)%> = %f", <%val%>);
1868+
INFO1(LOG_EVENTS, "reinit <%cref(stateVar)%> = %f", <%val%>);
18691869
<%preExp%>
18701870
<%lhs%>
18711871
<%needToIterate%>

0 commit comments

Comments
 (0)