Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 5680ad3

Browse files
Willi BraunOpenModelica-Hudson
authored andcommitted
[BE] added execStat to BackendDAEUtil.sortGlobalKnownVarsInDAE
Belonging to [master]: - #2362
1 parent 74a526d commit 5680ad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Compiler/BackEnd/BackendDAEUtil.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7447,6 +7447,7 @@ algorithm
74477447
end for;
74487448

74497449
backendDAE := setDAEGlobalKnownVars(backendDAE, globalKnownVars_sorted);
7450+
ExecStat.execStat("sorting global known variables");
74507451
end sortGlobalKnownVarsInDAE;
74517452

74527453
protected function createGlobalKnownVarsEquations

0 commit comments

Comments
 (0)