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.
Copy file name to clipboardExpand all lines: Compiler/SimCode/SimCodeUtil.mo
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,7 @@ public function createSimCode "entry point to create SimCode from BackendDAE."
166
166
input Absyn.FunctionArgs args;
167
167
input Boolean isFMU=false;
168
168
input String FMUVersion="";
169
+
input String fmuTargetName="";
169
170
output SimCode.SimCode simCode;
170
171
output tuple<Integer, list<tuple<Integer, Integer>>> outMapping "the highest simEqIndex in the mapping and the mapping simEq-Index -> scc-Index itself";
171
172
protected
@@ -566,6 +567,7 @@ algorithm
566
567
simSettingsOpt,
567
568
filenamePrefix,
568
569
if isFMU then (filenamePrefix+".fmutmp/sources/") else "",
0 commit comments