Changes between Version 9 and Version 10 of Ticket #772
- Timestamp:
- Jul 14, 2015, 3:13:56 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #772
- Property Type defect → enhancement
-
Ticket #772 – Description
v9 v10 7 7 Mandatory extra parameters: 8 8 - `domain` - minterval, e.g. `[1:5,0:10,2:3]` 9 - `basetype` - array base type, e.g. `RGBPixel`, `long`, `char`, etc. 9 - the domain has to match the number of cells read from the input file 10 - `basetype` - array base type, e.g. `long`, `char`, etc. 11 - struct types have to be specified fully, e.g. `struct { char red, char blue, char green }` 10 12 11 13 == Example ==