Skip to content

Commit 782885f

Browse files
author
Jens Frenkel
committed
- fix bootstrapping
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 40199da commit 782885f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/BackEnd/SimCodeUtil.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@ protected function addDummyStateIfNeeded1
18031803
input BackendDAE.EqSystems iSysts;
18041804
output Boolean oContainsNoStates;
18051805
algorithm
1806-
oContainsStates := match(iSysts)
1806+
oContainsNoStates := match(iSysts)
18071807
local
18081808
BackendDAE.EqSystems systs;
18091809
BackendDAE.Variables vars;

0 commit comments

Comments
 (0)