Changeset 2b4587a3 in OpenModelica


Ignore:
Timestamp:
2012-11-16T00:15:02+01:00 (11 years ago)
Author:
Jens Frenkel <jens.frenkel@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
1a6b1533
Parents:
0fda3e2
Message:
  • and switch off

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/BackEnd/BackendDAEOptimize.mo

    r0fda3e2 r2b4587a3  
    1028110281      (comp as BackendDAE.EQUATIONSYSTEM(eqns=eindex,vars=vindx,jac=ojac,jacType=jacType))::comps,_,_)
    1028210282      equation
    10283         //equality(jacType = BackendDAE.JAC_TIME_VARYING());
    10284         //true = Flags.isSet(Flags.LINEAR_TEARING);
     10283        equality(jacType = BackendDAE.JAC_TIME_VARYING());
     10284        true = Flags.isSet(Flags.LINEAR_TEARING);
    1028510285        (comp1,true) = tearingSystemNew1_1(isyst,ishared,eindex,vindx,ojac,jacType);
    1028610286        (acc,b1) = tearingSystemNew1(isyst,ishared,comps,true,comp1::iAcc);
Note: See TracChangeset for help on using the changeset viewer.