Skip to content

Commit cc344da

Browse files
committed
- An empty matrix is always constant.
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20231 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 599f6c7 commit cc344da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Compiler/FrontEnd/Expression.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6721,6 +6721,7 @@ algorithm
67216721

67226722
case (_, false) then false;
67236723
case (e :: exps, _) then isConstWorkListList(exps, isConstWorkList(e, true));
6724+
case ({}, _) then true;
67246725
else false;
67256726
end match;
67266727
end isConstWorkListList;

0 commit comments

Comments
 (0)