Skip to content

Commit 44016cb

Browse files
author
Jens Frenkel
committed
- remove also constant derivatives from known vars as the other self generated vars
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent e3b0c69 commit 44016cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Compiler/BackEnd/BackendVariable.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4050,6 +4050,7 @@ algorithm
40504050
case DAE.CREF_QUAL(ident = "$ZERO") then true;
40514051
case DAE.CREF_QUAL(ident = "$_DER") then true;
40524052
case DAE.CREF_QUAL(ident = "$pDER") then true;
4053+
case DAE.CREF_QUAL(ident = "$DER") then true;
40534054
else then false;
40544055
end match;
40554056
end selfGeneratedVar;

0 commit comments

Comments
 (0)