Skip to content

Commit

Permalink
- ignore inputs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Dec 30, 2012
1 parent 3c1c685 commit 35da308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/SimCodeUtil.mo
Expand Up @@ -7016,6 +7016,7 @@ algorithm
case ((v as BackendDAE.VAR(varName = cr,bindExp=SOME(exp),source=source),(uniqueEqIndex,eqns)))
equation
false = BackendVariable.varFixed(v);
false = BackendVariable.isVarOnTopLevelAndInput(v);
then
((v,(uniqueEqIndex+1,SimCode.SES_SIMPLE_ASSIGN(uniqueEqIndex,cr,exp,source)::eqns)));
else then inTpl;
Expand Down

0 comments on commit 35da308

Please sign in to comment.