Skip to content

Commit

Permalink
- Handle time in SCodeDependency.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10990 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Jan 31, 2012
1 parent 208e97d commit 72e3c81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Compiler/FrontEnd/SCodeDependency.mo
Expand Up @@ -299,6 +299,8 @@ algorithm
then
();

case (SCodeEnv.CLASS(cls = SCode.CLASS(name = "time")), _) then ();

else
equation
true = Flags.isSet(Flags.FAILTRACE);
Expand Down

0 comments on commit 72e3c81

Please sign in to comment.