Skip to content

Commit

Permalink
- use path equal as it might be fully qualified.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 6, 2012
1 parent 955d822 commit 4eae838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Script/CevalScript.mo
Expand Up @@ -1989,7 +1989,7 @@ algorithm
Values.CODE(Absyn.C_TYPENAME(baseClassPath))},st as Interactive.SYMBOLTABLE(ast=p),_)
equation
paths = Interactive.getAllInheritedClasses(classpath, p);
b = listMember(baseClassPath, paths);
b = List.applyAndFold1(paths, boolOr, Absyn.pathEqual, baseClassPath, false);
then
(cache,Values.BOOL(b),st);

Expand Down

0 comments on commit 4eae838

Please sign in to comment.