Skip to content

Commit

Permalink
- and switch off
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Nov 15, 2012
1 parent 0fda3e2 commit 2b4587a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/BackendDAEOptimize.mo
Original file line number Diff line number Diff line change
Expand Up @@ -10280,8 +10280,8 @@ algorithm
case (_,_,
(comp as BackendDAE.EQUATIONSYSTEM(eqns=eindex,vars=vindx,jac=ojac,jacType=jacType))::comps,_,_)
equation
//equality(jacType = BackendDAE.JAC_TIME_VARYING());
//true = Flags.isSet(Flags.LINEAR_TEARING);
equality(jacType = BackendDAE.JAC_TIME_VARYING());
true = Flags.isSet(Flags.LINEAR_TEARING);
(comp1,true) = tearingSystemNew1_1(isyst,ishared,eindex,vindx,ojac,jacType);
(acc,b1) = tearingSystemNew1(isyst,ishared,comps,true,comp1::iAcc);
then
Expand Down

0 comments on commit 2b4587a

Please sign in to comment.