Skip to content

Commit

Permalink
- stupid fix for PrismaticConstraint
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 9a7e0fb commit f15f3a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/EvaluateFunctions.mo
Expand Up @@ -172,6 +172,7 @@ 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 f15f3a2

Please sign in to comment.