Opened 13 years ago
Closed 13 years ago
#80 closed defect (fixed)
marray - negative bounds are transformed to positive ones
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | |
Component: | rasdl | Version: | |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
Using rasdl to define types the following bug occurs:
The definition
typedef marray <long,[-1:1,-1:1]> kernel3b;
is transformed to:
typedef marray <long, [1:1,1:1]> kernel3b;
according to 'rasdl -p'.
It seems that negative bounds are transformed to positive ones.
Note:
See TracTickets
for help on using tickets.
resolved by patch submitted by Ernesto Rodriguez.