Skip to content

Commit

Permalink
- Disable type-checking of functions in the CORBA loop
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8534 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 7, 2011
1 parent e705aff commit 66b1de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Main/Main.mo
Expand Up @@ -236,7 +236,7 @@ algorithm
res_1 = makeDebugResult("dump", res_1);
res = makeDebugResult("dumpgraphviz", res_1);
isymb = Interactive.SYMBOLTABLE(newprog,aDep,a,b,vars_1,cf_1,lf);
Interactive.typeCheckFunction(p, isymb); // You need the new environment before you can check the added functions
// Interactive.typeCheckFunction(p, isymb); // You need the new environment before you can check the added functions
then
(true,res,isymb);
case (str,isymb) /* Interactively evaluate an algorithm statement or expression */
Expand Down

0 comments on commit 66b1de9

Please sign in to comment.