Change History (3)
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 20 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
comment:3 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
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.

it magically went away.