Menu

#145 Bug in Lattice2DGenerator.getRow

open
nobody
5
2010-02-26
2010-02-26
Anonymous
No

The getRow method can return row numbers greater than the number of rows.
Line 179 reads return i / row_count;
but should be return i / col_count;

Discussion


Log in to post a comment.

MongoDB Logo MongoDB