updated to the func name changes in Stat

This commit is contained in:
Paolo Cignoni 2013-09-10 10:55:17 +00:00
parent 344de42c2e
commit a20f579018
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ bool UnitTest_Closest(const char *filename1, int sampleNum, float dispPerc, std:
}
else
{
float avgEdge = tri::Stat<MeshType>::ComputeFaceEdgeAverage(mr);
float avgEdge = tri::Stat<MeshType>::ComputeEdgeLengthAverage(mr);
TRGrid.SetWithRadius(mr.face.begin(),mr.face.end(),avgEdge*2);
}