Changes between Initial Version and Version 1 of Ticket #1941
- Timestamp:
- 2012-11-16T21:45:09Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1941 – Description
initial v1 1 1 I wrote a simple model using the outerProduct function 2 2 {{{ 3 3 model outerProductTest 4 4 Real n[3] = {1,2,3}; … … 7 7 a = outerProduct(n,n); 8 8 end outerProductTest; 9 9 }}} 10 10 Unfortunately, it does not flatten giving the following errormessages: 11 11