Changeset 789617ef in OpenModelica


Ignore:
Timestamp:
2012-11-19T22:49:24+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:
d4c7c456
Parents:
84b2c97
Message:
  • ignore toplevel inputs for parameter bound equations

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/BackEnd/SimCodeUtil.mo

    rd646053 r789617ef  
    68346834    case ((var as BackendDAE.VAR(varName=cr, bindExp=SOME(e), source = source),(eqns,v,kn,v1,v2,pos)))
    68356835      equation
     6836        false = BackendVariable.isVarOnTopLevelAndInput(var);
    68366837        b1 = BackendVariable.isParam(var);
    68376838        b2 = Expression.isConstValue(e);
Note: See TracChangeset for help on using the changeset viewer.