Changes between Initial Version and Version 1 of Ticket #1248
- Timestamp:
- 2013-04-29T11:17:36Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1248
- Property Cc sjoelund.se, → sjoelund.se
- Property Component → Backend
-
Ticket #1248 – Description
initial v1 3 3 The problem is that code for simple equations and algorithms are generated separately, which means it can't possibly handle even harder models. 4 4 5 {{{model A 5 {{{#!mo 6 model A 6 7 Real x(start=37); 7 8 Real derx; … … 11 12 derx := (15+time-x)/h; 12 13 x := x+derx*h; 13 end A;}}} 14 end A; 15 }}}