Closed GoogleCodeExporter closed 9 years ago
I made the change in my JBT but the line
int delta = getDepthBalance(indexNow) - getDepthBalance(indexThen);
has to be changed by
double delta = getDepthBalance(indexNow) - getDepthBalance(indexThen);
Thank you for your work
Original comment by gabrield...@gmail.com
on 11 Apr 2008 at 9:44
Fixed in 3.04
Original comment by eugene.k...@gmail.com
on 8 Jun 2008 at 7:15
Original issue reported on code.google.com by
andrey.b...@gmail.com
on 11 Apr 2008 at 6:26