minor fix

This commit is contained in:
Massimiliano Corsini 2012-08-27 15:50:55 +00:00
parent fc97ed0e1c
commit f16b821dc0
1 changed files with 2 additions and 2 deletions

View File

@ -350,8 +350,8 @@ namespace vcg{
voxel[0] = dim[0]/siz[0];
voxel[1] = dim[1]/siz[1];
cell_size=voxel.Norm();
//voxel[2] = dim[2]/siz[2];
cell_size=voxel.Norm();
hash_table.clear();
}