Changes between Initial Version and Version 1 of Ticket #3622
- Timestamp:
- 2016-01-06T15:17:55Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3622
- Property Component Unknown → Frontend
-
Ticket #3622 – Description
initial v1 1 1 When writing the following two models 2 2 3 {{{#!mo 3 4 class AccessRights 4 5 Real publ; … … 12 13 A.publ = 10; 13 14 A.protec = 1; 14 end Glob; 15 end Glob; 16 }}} 15 17 16 18 The Glob model is successfully compiled and a simulation is conducted (using OpenModelica v1.9.3). Only publ can be displayed in output (not A.protec). When the A.protec = 1 equation is commented out, an error message is displayed (not enough equations).