Skip to content

Commit

Permalink
- Removed boolean() from Builtin.mo as it is not a legal Modelica call
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 5, 2011
1 parent 511f0b7 commit 2618207
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Compiler/FrontEnd/Builtin.mo
Expand Up @@ -517,9 +517,6 @@ algorithm
env = Env.extendFrameT(env, "div", intInt2int) "non-differentiable functions" ;
env = Env.extendFrameT(env, "rem", realReal2real);
env = Env.extendFrameT(env, "rem", intInt2int);
env = Env.extendFrameT(env, "boolean", bool2bool);
env = Env.extendFrameT(env, "boolean", real2bool);
env = Env.extendFrameT(env, "boolean", int2bool);
env = Env.extendFrameT(env, "Integer", enumeration2int);
env = Env.extendFrameT(env, "abs", real2real) "differentiable functions" ;
env = Env.extendFrameT(env, "abs", int2int) "differentiable functions" ;
Expand Down

0 comments on commit 2618207

Please sign in to comment.