minor warning resolved
This commit is contained in:
parent
e65ef3a87c
commit
ae92d06e4e
|
|
@ -1224,7 +1224,7 @@ static int RestrictedVoronoiRelaxing(MeshType &m, std::vector<CoordType> &seedPo
|
||||||
area[fi->V(i)]+=a3;
|
area[fi->V(i)]+=a3;
|
||||||
}
|
}
|
||||||
|
|
||||||
assert(m.vn > seedPosVec.size()*20);
|
assert(m.vn > (int)seedPosVec.size()*20);
|
||||||
int i;
|
int i;
|
||||||
ScalarType perturb = m.bbox.Diag()*vpp.seedPerturbationAmount;
|
ScalarType perturb = m.bbox.Diag()*vpp.seedPerturbationAmount;
|
||||||
for(i=0;i<relaxStep;++i)
|
for(i=0;i<relaxStep;++i)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue