Changeset 13970


Ignore:
Timestamp:
2012-11-19T17:16:44+01:00 (11 years ago)
Author:
jfrenkel
Message:
  • fix for last commit, ignore constants
File:
1 edited

Legend:

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

    r13968 r13970  
    68276827      list<BackendDAE.Var> v,kn;
    68286828      Boolean b1,b2;
     6829
     6830    // ignore constants
     6831    case ((var as BackendDAE.VAR(varKind=BackendDAE.CONST()),(eqns,v,kn,v1,v2,pos)))
     6832      then ((var,(eqns,v,var1::kn,v1,v2,pos)));
    68296833     
    68306834    case ((var as BackendDAE.VAR(varName=cr, bindExp=SOME(e), source = source),(eqns,v,kn,v1,v2,pos)))
Note: See TracChangeset for help on using the changeset viewer.