Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#37 closed defect (fixed)

Skateboard Shoes

Reported by: diane Owned by: diane
Priority: Milestone:
Component: Version:
Keywords: Cc:

Description

Somewhere there's an off by one error that only affects the leftbase when the sequence gets shifted around.

Change History (3)

comment:1 by diane, 18 years ago

Resolution: fixed
Status: newclosed

it magically went away.

comment:2 by diane, 18 years ago

Resolution: fixed
Status: closedreopened

comment:3 by diane, 18 years ago

Resolution: fixed
Status: reopenedclosed

Computations involving ceil hurt my head...

I had ceil(left) - seq_x and i changed it to ceil(left-seq_x) since both left and seq_x were float values and possibly non-integral.

Note: See TracTickets for help on using tickets.