Skip to content

Commit e5ca95e

Browse files
committed
- Fix syntax in generated modelica code for FMI co-simulation.
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15242 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 166629b commit e5ca95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/Template/CodegenFMU.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,7 @@ case FMIIMPORT(fmiInfo=INFO(__),fmiExperimentAnnotation=EXPERIMENTANNOTATION(__)
18021802
output Integer status;
18031803
external "C" status = fmi1TerminateSlave_OMC(fmi) annotation(Library = {"omcruntime", "fmilib"<%if stringEq(platform, "win32") then ", \"shlwapi\""%>});
18041804
end fmi1TerminateSlave;
1805-
end fmi1Functions;
1805+
end fmiFunctions;
18061806

18071807
package fmiStatus
18081808
constant Integer fmiOK=0;

0 commit comments

Comments
 (0)