Skip to content

Commit

Permalink
Disabled earlier changes in Env.cacheGetEnv2, since these caused prob…
Browse files Browse the repository at this point in the history
…lems in

Multibody.


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5124 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Mar 11, 2010
1 parent 9acd6c2 commit dda76d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Env.mo
Expand Up @@ -1361,10 +1361,10 @@ algorithm
then env;

// for qualified name, try next.
case (Absyn.QUALIFIED(id, path2), path, CACHETREE(id2, env2, _ :: children))
/* case (Absyn.QUALIFIED(id, path2), path, CACHETREE(id2, env2, _ :: children))
equation
env = cacheGetEnv2(Absyn.QUALIFIED(id, path2), path, CACHETREE(id2, env2, children));
then env;
then env;*/
end matchcontinue;
end cacheGetEnv2;

Expand Down

0 comments on commit dda76d6

Please sign in to comment.