Skip to content

Commit

Permalink
[BE] added execStat to BackendDAEUtil.sortGlobalKnownVarsInDAE
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#2362
  • Loading branch information
Willi Braun authored and OpenModelica-Hudson committed Apr 13, 2018
1 parent 74a526d commit 5680ad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/BackendDAEUtil.mo
Expand Up @@ -7447,6 +7447,7 @@ algorithm
end for;

backendDAE := setDAEGlobalKnownVars(backendDAE, globalKnownVars_sorted);
ExecStat.execStat("sorting global known variables");
end sortGlobalKnownVarsInDAE;

protected function createGlobalKnownVarsEquations
Expand Down

0 comments on commit 5680ad3

Please sign in to comment.