Changeset 6c5ab51 in OpenModelica


Ignore:
Timestamp:
2012-11-18T22:42:37+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:
e8c210e9
Parents:
76a03a4
Message:
  • test new remove simple equation implementation, switch off

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/BackEnd/BackendDAEOptimize.mo

    r76a03a4 r6c5ab51  
    435435      list<BackendDAE.Var> varlst;
    436436      DAE.ElementSource source;
    437 /*    case (BackendDAE.EQUATION(exp=e1,scalar=e2,source=source),(syst,shared,repl,eqns,b))
     437    case (BackendDAE.EQUATION(exp=e1,scalar=e2,source=source),(syst,shared,repl,eqns,b))
    438438      equation
    439439        varlst = BackendEquation.equationVars(eqn,BackendVariable.daeVars(syst));
     
    442442        (syst,shared,repl,eqns) = replacementsInEqnsFast(eqnType,cr,i,exp,repl,syst,shared,eqn,eqns);
    443443      then ((syst,shared,repl,eqns,true));
    444 */    case (BackendDAE.EQUATION(exp=e1,scalar=e2,source=source),_)
     444/*    case (BackendDAE.EQUATION(exp=e1,scalar=e2,source=source),_)
    445445      then simpleEquation(e1,e2,source,false,inTpl);
    446446    case (BackendDAE.ARRAY_EQUATION(left=e1,right=e2,source=source),_)
     
    454454    case (BackendDAE.COMPLEX_EQUATION(left=e1,right=e2,source=source),_)
    455455      then simpleEquation(e1,e2,source,false,inTpl);
    456     case (_,(syst,shared,repl,eqns,b))
     456*/    case (_,(syst,shared,repl,eqns,b))
    457457      then ((syst,shared,repl,eqn::eqns,b));
    458458   end matchcontinue;
Note: See TracChangeset for help on using the changeset viewer.