Changeset d646053 in OpenModelica


Ignore:
Timestamp:
2012-11-19T17:19:32+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, master, omlib-staging
Children:
84b2c97
Parents:
dc25bc53
Message:
  • fix for last commit, ignore constants

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/BackEnd/SimCodeUtil.mo

    rdc25bc53 rd646053  
    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.