commented out a addCell call that was undefined

This commit is contained in:
Paolo Cignoni 2009-01-13 21:10:57 +00:00
parent 9849e12bd1
commit 3cee0f23b5
1 changed files with 2 additions and 2 deletions

View File

@ -774,11 +774,11 @@ static void Poissondisk(MetroMesh &m, VertexSampler &ps, int sampleNum, int vers
Point3<ScalarType> newp(newpx,newpy,newpz);
if (ps.addCell())
/*if (ps.addCell())
{
// Nothing to do yet...
}
else
else */
{
// cell subdivision
he /= 2.0;