Skip to content

Commit

Permalink
- fix tests
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Sep 7, 2012
1 parent f7a0973 commit 6b268af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/BackendDAEOptimize.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1996,6 +1996,7 @@ algorithm
(v::{},i::_) = BackendVariable.getVar(cr,vars);
v = BackendVariable.mergeVariableOperations(v,DAE.SOLVED(cr,exp)::ops);
v = BackendVariable.setBindExp(v,exp);
syst = BackendVariable.addVarDAE(v,syst);
newavars = BackendVariable.addVar(v,mavars);
then
(i,syst,shared,mvars,newavars,1);
Expand Down

0 comments on commit 6b268af

Please sign in to comment.