Changes between Initial Version and Version 1 of Ticket #1941


Ignore:
Timestamp:
2012-11-16T21:45:09Z (12 years ago)
Author:
Martin Sjölund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1941 – Description

    initial v1  
    11I wrote a simple model using the outerProduct function
    2 
     2{{{
    33model outerProductTest
    44 Real n[3] = {1,2,3};
     
    77 a = outerProduct(n,n);
    88end outerProductTest;
    9 
     9}}}
    1010Unfortunately, it does not flatten giving the following errormessages:
    1111