Skip to content

Commit

Permalink
- see what happens without old force inline implementation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Dec 4, 2012
1 parent c065581 commit 941cf63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/Inline.mo
Expand Up @@ -1471,7 +1471,7 @@ algorithm
HashTableCG.HashTable checkcr;
list<DAE.Statement> stmts;
VarTransform.VariableReplacements repl;
case ((e1 as DAE.CALL(p,args,DAE.CALL_ATTR(inlineType=inlineType)),(fns,_)))
/* case ((e1 as DAE.CALL(p,args,DAE.CALL_ATTR(inlineType=inlineType)),(fns,_)))
equation
false = Config.acceptMetaModelicaGrammar();
true = checkInlineType(inlineType,fns);
Expand All @@ -1488,7 +1488,7 @@ algorithm
((newExp1,(fns1,_))) = Expression.traverseExp(newExp,forceInlineCall,(fns,true));
then
((newExp1,(fns,true)));
case ((e1 as DAE.CALL(p,args,DAE.CALL_ATTR(inlineType=inlineType)),(fns,_)))
*/ case ((e1 as DAE.CALL(p,args,DAE.CALL_ATTR(inlineType=inlineType)),(fns,_)))
equation
false = Config.acceptMetaModelicaGrammar();
true = checkInlineType(inlineType,fns);
Expand Down

0 comments on commit 941cf63

Please sign in to comment.