Changeset a974b382 in OpenModelica


Ignore:
Timestamp:
2012-10-12T09:21:09+02:00 (12 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:
7795bd93
Parents:
8289878
Message:
  • switch on equality equations to alias variables in BackendDAE.create phase

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/BackEnd/BackendDAECreate.mo

    r0138cbc ra974b382  
    277277    // effort variable equality equations, seperated to generate alias variables
    278278    case (DAE.EQUEQUATION(cr1 = _),_,_,_,_,_,_,_,_,_,_,_,_)
    279       equation
    280         eqns = lowerEqn(inElement,functionTree,inEqnsLst);
    281       then
    282         (inVars,inKnVars,inExVars,eqns,inREqnsLst,inIEqnsLst,inConstraintLst,inClassAttributeLst,inWhenClauseLst,inExtObjClasses,/* inElement:: */iAliaseqns);
     279      then
     280        (inVars,inKnVars,inExVars,inEqnsLst,inREqnsLst,inIEqnsLst,inConstraintLst,inClassAttributeLst,inWhenClauseLst,inExtObjClasses,inElement::iAliaseqns);
    283281   
    284282    // a solved equation
Note: See TracChangeset for help on using the changeset viewer.