Skip to content

Commit

Permalink
- keep der(var) = const
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Oct 20, 2012
1 parent 61c86de commit 560e06e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Compiler/BackEnd/BackendVariable.mo
Expand Up @@ -4050,7 +4050,8 @@ 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;
// keep same a while untill we know which are needed
//case DAE.CREF_QUAL(ident = "$DER") then true;
else then false;
end match;
end selfGeneratedVar;
Expand Down

0 comments on commit 560e06e

Please sign in to comment.