Skip to content

Commit 7e7eec7

Browse files
committed
- add case in dumpStateorder
1 parent 9873878 commit 7e7eec7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Compiler/BackEnd/IndexReduction.mo

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4347,6 +4347,11 @@ algorithm
43474347
print("\n");
43484348
then
43494349
();
4350+
case (BackendDAE.NOSTATEORDER())
4351+
equation
4352+
print("no stateorder\n");
4353+
print("=============\n");
4354+
then ();
43504355
end match;
43514356
end dumpStateOrder;
43524357

0 commit comments

Comments
 (0)