Skip to content

Commit

Permalink
- expected output
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20802 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed May 23, 2014
1 parent 483e4c3 commit b3899d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/RemoveSimpleEquations.mo
Expand Up @@ -1544,7 +1544,7 @@ algorithm
// const
case (_, _, _, _, _, (vars, shared, eqns, seqns, index, mT, _))
equation
true = Expression.isConst(exp); // lochel: this is at least for impure functions needed
true = Expression.isConst(exp); // lochel: this is at least needed for impure functions
Debug.fcall(Flags.DEBUG_ALIAS, BackendDump.debugStrCrefStrExpStr, ("Const Equation ", cr, " = ", exp, " found.\n"));
colum = mT[i];
_ = arrayUpdate(mT, i, index::colum);
Expand Down

0 comments on commit b3899d5

Please sign in to comment.