Skip to content

Commit

Permalink
Fix for #3070:
Browse files Browse the repository at this point in the history
- Fix dependency analysis of some cases of redeclares classes.


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24465 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Feb 6, 2015
1 parent 498cab6 commit 2b807de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/NFSCodeDependency.mo
Expand Up @@ -789,7 +789,7 @@ algorithm
case (NFSCodeEnv.CLASS(cls=SCode.CLASS( info = info)), _)
equation
(item, env) = NFSCodeLookup.lookupRedeclaredClassByItem(inItem, inEnv, info);
markItemAsUsed(item, env);
analyseItem(item, env);
then
();

Expand Down

0 comments on commit 2b807de

Please sign in to comment.