minor fix
This commit is contained in:
parent
fc97ed0e1c
commit
f16b821dc0
|
@ -350,8 +350,8 @@ namespace vcg{
|
||||||
|
|
||||||
voxel[0] = dim[0]/siz[0];
|
voxel[0] = dim[0]/siz[0];
|
||||||
voxel[1] = dim[1]/siz[1];
|
voxel[1] = dim[1]/siz[1];
|
||||||
cell_size=voxel.Norm();
|
cell_size=voxel.Norm();
|
||||||
//voxel[2] = dim[2]/siz[2];
|
|
||||||
hash_table.clear();
|
hash_table.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue