107,109c107,108
< // Set its set and way
< blk->set = i;
< blk->way = j;
---
> // Set its index
> blk->setPosition(i, j);