Skip to content

Commit

Permalink
- continue Translation after SingularSystemCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich authored and OpenModelica-Hudson committed Jul 17, 2015
1 parent f15f3a2 commit fca1e8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Compiler/BackEnd/EvaluateFunctions.mo
Expand Up @@ -172,7 +172,6 @@ algorithm

//traverse the eqSystem for function calls
(eqLst, (shared, addEqs, _, changed)) := List.mapFold(eqLst, evalFunctions_findFuncs, (sharedIn, {}, 1, changed));
eqLst := listReverse(eqLst);
eqLst := listAppend(eqLst, addEqs);
eqs := BackendEquation.listEquation(eqLst);
eqSysOut := BackendDAEUtil.setEqSystEqs(eqSysIn, eqs);
Expand Down

0 comments on commit fca1e8a

Please sign in to comment.