Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit ae9b4cf

Browse files
adeas31OpenModelica-Hudson
authored andcommitted
Set a default value.
1 parent 2d2b491 commit ae9b4cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Compiler/FrontEnd/Constants.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ record Selector
428428
end Selector;
429429
430430
record choices
431-
Boolean checkBox;
432-
Boolean __Dymola_checkBox;
431+
Boolean checkBox = false;
432+
Boolean __Dymola_checkBox = false;
433433
end choices;
434434
435435
//

0 commit comments

Comments
 (0)