Changes between Initial Version and Version 1 of Ticket #1941, comment 4
- Timestamp:
- 2012-11-19T08:14:06Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1941, comment 4
initial v1 1 1 Another problem occurs when compiling the slightly more complicated model 2 2 3 {{{model outerProductTest2 3 {{{ 4 model outerProductTest2 4 5 Real n[3] = {1,2,3}; 5 6 Real b[3,3] = identity(3); … … 8 9 equation 9 10 a = (outerProduct(n, n) + identity(3))*b; 10 end outerProductTest2;}}} 11 end outerProductTest2; 12 }}} 11 13 12 14 Then we get an error from the frontend saying: