Changes between Initial Version and Version 1 of Ticket #1941, comment 4


Ignore:
Timestamp:
2012-11-19T08:14:06Z (12 years ago)
Author:
Martin Sjölund

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1941, comment 4

    initial v1  
    11Another problem occurs when compiling the slightly more complicated model
    22
    3 {{{model outerProductTest2
     3{{{
     4model outerProductTest2
    45 Real n[3] = {1,2,3};
    56 Real b[3,3] = identity(3);
     
    89equation
    910 a = (outerProduct(n, n) + identity(3))*b;
    10 end outerProductTest2;}}}
     11end outerProductTest2;
     12}}}
    1113
    1214Then we get an error from the frontend saying: