Changes between Initial Version and Version 1 of Ticket #1723
- Timestamp:
- 2012-08-17T11:42:02Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1723
- Property Cc sjoelund.se, → sjoelund.se
- Property Component → Frontend
- Property Milestone → 1.9.0
-
Ticket #1723 – Description
initial v1 1 1 The following should either automatically load Modelica if not available, or produce an error. Possibly changed behaviour with a flag. 2 {{{model M 2 {{{ 3 model M 3 4 extends Modelica.Icons.Function; 4 5 annotation(uses(Modelica(version="3.1"))); 5 end M;}}} 6 end M; 7 }}}