You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2019. It is now read-only.
Previously, the API reported dots were used, but underscores were
actually being used. The problem is that the FMI templates changed
the meaning of the fileNamePrefix (from the OM API user's perspective).
@@ -704,7 +701,6 @@ case SIMCODE(modelInfo=MODELINFO(__), makefileParams=MAKEFILE_PARAMS(__), simula
704
701
let libsExtra = (makefileParams.libs |> lib => lib ;separator=" ")
705
702
let extraCflags = match sopt case SOME(s as SIMULATION_SETTINGS(__)) then ""
706
703
// Note: FMI 1.0 did not distinguish modelIdentifier from fileNamePrefix
707
-
let modelName = if isFMIVersion10(FMUVersion) then fileNamePrefix else dotPath(modelInfo.name)
708
704
let platformstr = match makefileParams.platform case "i386-pc-linux" then 'linux32' case "x86_64-linux" then 'linux64' else '<%makefileParams.platform%>'
709
705
let omhome = makefileParams.omhome
710
706
let platformbins = match platformstr case "win32" case "win64" then '<%omhome%>/bin/libgcc_s_*.dll <%omhome%>/bin/libstdc++-6.dll <%omhome%>/bin/libwinpthread-1.dll' else ''
@@ -800,9 +796,9 @@ case SIMCODE(modelInfo=MODELINFO(__), makefileParams=MAKEFILE_PARAMS(__), simula
0 commit comments