Changeset 13953


Ignore:
Timestamp:
2012-11-18T22:42:37+01:00 (11 years ago)
Author:
jfrenkel
Message:
  • test new remove simple equation implementation, switch off
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/BackEnd/BackendDAEOptimize.mo

    r13952 r13953  
    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.