Skip to content

Commit

Permalink
- Fixed one additional omc warning in Static.mo
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Oct 30, 2010
1 parent 5bc2fcc commit 7a2b302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Static.mo
Expand Up @@ -550,7 +550,7 @@ algorithm
//-------------------------------------
// Part of the MetaModelica extension. KS
case (cache,env,Absyn.ARRAY(es),impl,st,doVect,pre,info)
local equation
equation
true = RTOpts.acceptMetaModelicaGrammar();
(cache,exp,prop,st) = elabExp(cache,env,Absyn.LIST(es),impl,st,doVect,pre,info);
then (cache,exp,prop,st);
Expand Down

0 comments on commit 7a2b302

Please sign in to comment.