Skip to content

Commit

Permalink
Dump dae type to pre-opt module heading
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Nov 12, 2015
1 parent cc923c7 commit 8a170ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/BackendDAEUtil.mo
Expand Up @@ -6596,6 +6596,7 @@ algorithm
SimCodeFunctionUtil.execStat("prepare preOptimizeDAE");
for preOptModule in inPreOptModules loop
(optModule, moduleStr) := preOptModule;
moduleStr := moduleStr + " (" + BackendDump.printBackendDAEType2String(inDAE.shared.backendDAEType) + ")";
try
BackendDAE.DAE(systs, shared) := optModule(outDAE);
(systs, shared) := filterEmptySystems(systs, shared);
Expand Down

0 comments on commit 8a170ec

Please sign in to comment.