Skip to content

Commit

Permalink
- minor fix.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13811 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Nov 6, 2012
1 parent 817dc2b commit e95573d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenFMU.tpl
Expand Up @@ -1243,7 +1243,7 @@ case FMIIMPORT(fmiInfo=INFO(__),fmiExperimentAnnotation=EXPERIMENTANNOTATION(__)
constant Integer fmiPending=5;
end fmiStatus;
initial algorithm
(fmi_x, eventInfo) := fmiFunctions.fmiInitialize(fmi, "BouncingBall", debugLogging, time, eventInfo, numberOfContinuousStates);
(fmi_x, eventInfo) := fmiFunctions.fmiInitialize(fmi, "<%fmiInfo.fmiModelIdentifier%>", debugLogging, time, eventInfo, numberOfContinuousStates);
equation
der(fmi_x) = fmiFunctions.fmiGetDerivatives(fmi, numberOfContinuousStates, flowControlStatesInputs);
flowControlTime = fmiFunctions.fmiSetTime(fmi, time, 1);
Expand Down

0 comments on commit e95573d

Please sign in to comment.