Skip to content

Commit

Permalink
- Added symbol table to CevalFunction.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Feb 2, 2011
1 parent 9154341 commit 4535d12
Show file tree
Hide file tree
Showing 2 changed files with 385 additions and 256 deletions.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Ceval.mo
Expand Up @@ -1208,7 +1208,7 @@ algorithm
sc,
{});
func = Env.getCachedInstFunc(cache, funcpath);
(cache, newval) = CevalFunction.evaluate(cache, env, func, vallst);
(cache, newval, st) = CevalFunction.evaluate(cache, env, func, vallst, st);
then
(cache, newval, st);

Expand Down

0 comments on commit 4535d12

Please sign in to comment.