Opened 13 years ago

Closed 12 years ago

#80 closed defect (fixed)

marray - negative bounds are transformed to positive ones

Reported by: j.waldmann@… 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.

Change History (1)

comment:1 by Peter Baumann, 12 years ago

Resolution: fixed
Status: newclosed

resolved by patch submitted by Ernesto Rodriguez.

Note: See TracTickets for help on using tickets.