Skip to content

Commit

Permalink
- remove also constant derivatives from known vars as the other self …
Browse files Browse the repository at this point in the history
…generated vars

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Oct 19, 2012
1 parent e3b0c69 commit 44016cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/BackendVariable.mo
Original file line number Diff line number Diff line change
Expand Up @@ -4050,6 +4050,7 @@ algorithm
case DAE.CREF_QUAL(ident = "$ZERO") then true;
case DAE.CREF_QUAL(ident = "$_DER") then true;
case DAE.CREF_QUAL(ident = "$pDER") then true;
case DAE.CREF_QUAL(ident = "$DER") then true;
else then false;
end match;
end selfGeneratedVar;
Expand Down

0 comments on commit 44016cb

Please sign in to comment.