Skip to content

Commit

Permalink
SimCodeCSharp.tpl - case NEQUAL added to daeExpSimRelation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jan Silar committed Jul 21, 2011
1 parent fc7632f commit 13df747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl
Expand Up @@ -1899,7 +1899,8 @@ case sim as SIMULATION(__) then
case GREATER(__) then " > "
case GREATEREQ(__) then " >= "
case EQUAL(__) then " == "
case _ then "daeExpSimRelation:ERR")
case NEQUAL(__) then " != "
case _ then " daeExpSimRelation:ERR ")
let &res = buffer ""
let &preExp +=
match index
Expand Down

0 comments on commit 13df747

Please sign in to comment.