Skip to content

Commit

Permalink
- Fixed testcases ClassExtends{1,2,3}.mo
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4705 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 16, 2009
1 parent 95fc799 commit 800f6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Inst.mo
Expand Up @@ -4023,7 +4023,7 @@ algorithm
to the environment here.
*/
cdefelts2 = classdefElts2(extcomps);
//(env2,ih) = addClassdefsToEnv(env2,ih,cdefelts2,true,NONE); // Add inherited classes to env
(env2,ih) = addClassdefsToEnv(env2,ih,cdefelts2,true,NONE); // Add inherited classes to env
(cache,env3,ih) = addComponentsToEnv(cache, env2, ih, mods, pre, csets, ci_state,
lst_constantEls, lst_constantEls, {},
inst_dims, false);
Expand Down

0 comments on commit 800f6d6

Please sign in to comment.