Changes between Initial Version and Version 1 of Ticket #1957, comment 7


Ignore:
Timestamp:
2013-01-08T09:11:59Z (12 years ago)
Author:
Martin Sjölund

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1957, comment 7

    initial v1  
    88               annotation(choicesAllMatching=true, Dialog(group="Color coding"));
    99     protected
    10 -      parameter Real colorMapData[:,3] = colorMap(n_colors) annotation(HideResult=true);
    11 +      parameter Real colorMapData[n_colors,3] = colorMap(n_colors) annotation(HideResult=true);
     10-      parameter Real colorMapData[n_colors,3] = colorMap(n_colors) annotation(HideResult=true);
     11+      parameter Real colorMapData[:,3] = colorMap(n_colors) annotation(HideResult=true);
    1212       Surface surface(
    1313         R=R,