Changeset 13971


Ignore:
Timestamp:
2012-11-19T17:19:32+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

    r13970 r13971  
    68306830    // ignore constants
    68316831    case ((var as BackendDAE.VAR(varKind=BackendDAE.CONST()),(eqns,v,kn,v1,v2,pos)))
    6832       then ((var,(eqns,v,var1::kn,v1,v2,pos)));
     6832      then ((var,(eqns,v,var::kn,v1,v2,pos)));
    68336833     
    68346834    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.