Changes between Initial Version and Version 1 of Ticket #1248


Ignore:
Timestamp:
2013-04-29T11:17:36Z (12 years ago)
Author:
Martin Sjölund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1248

    • Property Cc sjoelund.se, → sjoelund.se
    • Property ComponentBackend
  • Ticket #1248 – Description

    initial v1  
    33The problem is that code for simple equations and algorithms are generated separately, which means it can't possibly handle even harder models.
    44
    5 {{{model A
     5{{{#!mo
     6model A
    67Real x(start=37);
    78Real derx;
     
    1112derx := (15+time-x)/h;
    1213x := x+derx*h;
    13 end A;}}}
     14end A;
     15}}}