Changes between Initial Version and Version 2 of Ticket #1228


Ignore:
Timestamp:
2014-08-08T12:40:37Z (10 years ago)
Author:
Martin Sjölund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1228

    • Property Cc Lennart Ochel added; Martin Sjölund Jens Frenkel removed
    • Property Component Simulation Code GenerationBackend
    • Property Milestone1.9.1
    • Property Owner changed from Martin Sjölund to Willi Braun
    • Property Status acceptedassigned
  • Ticket #1228 – Description

    initial v2  
    11Backend fails to generate residuals for the following Modelica code:
    2 {{{model WhenValidResult
     2{{{#!mo
     3model WhenValidResult
    34  Real x,y;
    45equation
     
    78  y = 7 - 2*x;
    89  end when;
    9 end WhenValidResult;}}}
     10end WhenValidResult;
     11}}}
    1012
    1113Note: Changing the problem slightly does change the error messages from the backend.