Changes between Initial Version and Version 1 of Ticket #2271, comment 20


Ignore:
Timestamp:
2013-06-29T19:45:24Z (12 years ago)
Author:
Lennart Ochel

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2271, comment 20

    initial v1  
    22> Dymola says this model has 4 unknowns and 4 equations, OMC says it has only 1 equation. I think counting the whole arrays is the only sensible soluation, trying to count only those elements which are used is not possible in the general case I think. If we do that, then we don't need to expand any slices.
    33
    4 This seems also not to be good idea. Just test this in Dymola:
     4This seems also not to be a good idea in each case. Just test this in Dymola:
    55{{{
    66model test
     
    1717}}}
    1818This should be fine, but Dymola counts the equations wrong.
    19 If you remove the second “algorithm” keyword, everything works fine in Dymola.
     19If you remove the second "algorithm" keyword, everything works fine in Dymola.