Changes between Initial Version and Version 2 of Ticket #1228
- Timestamp:
- 2014-08-08T12:40:37Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1228
- Property Cc added; removed
- Property Component Simulation Code Generation → Backend
- Property Milestone → 1.9.1
- Property Owner changed from to
- Property Status accepted → assigned
-
Ticket #1228 – Description
initial v2 1 1 Backend fails to generate residuals for the following Modelica code: 2 {{{model WhenValidResult 2 {{{#!mo 3 model WhenValidResult 3 4 Real x,y; 4 5 equation … … 7 8 y = 7 - 2*x; 8 9 end when; 9 end WhenValidResult;}}} 10 end WhenValidResult; 11 }}} 10 12 11 13 Note: Changing the problem slightly does change the error messages from the backend.