Skip to content

Commit

Permalink
- RML crap
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Oct 26, 2010
1 parent dc753ed commit 0506ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Exp.mo
Expand Up @@ -1137,7 +1137,7 @@ algorithm
expl = Util.listMap(expl, simplify1);
e::expl = expl;
valueLst = Util.listMap(expl, ValuesUtil.expValue);
(_,outExp,_) = Static.elabBuiltinFill2(Env.emptyCache(), Env.emptyEnv, e, (DAE.T_NOTYPE,NONE()), valueLst, DAE.C_CONST,Prefix.NOPRE());
(_,outExp,_) = Static.elabBuiltinFill2(Env.emptyCache(), Env.emptyEnv, e, (DAE.T_NOTYPE(),NONE()), valueLst, DAE.C_CONST(),Prefix.NOPRE());
then
outExp;
end matchcontinue;
Expand Down

0 comments on commit 0506ff6

Please sign in to comment.