Skip to content

Commit

Permalink
Fix for #2163:
Browse files Browse the repository at this point in the history
- Fully qualify the paths to equalityConstraint functions so they can be found properly.


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16545 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Jul 4, 2013
1 parent a261bea commit 5594363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/FrontEnd/Inst.mo
Expand Up @@ -2803,6 +2803,7 @@ algorithm
equation
SOME(path) = Env.getEnvPath(env);
path = Absyn.joinPaths(path, Absyn.IDENT("equalityConstraint"));
path = Absyn.makeFullyQualified(path);
/*(cache, env,_) = implicitFunctionTypeInstantiation(cache, env, classDef);
(cache, types,_) = Lookup.lookupFunctionsInEnv(cache, env, path, info);
length = listLength(types);
Expand Down

0 comments on commit 5594363

Please sign in to comment.