- fixed compile time error. From tri::Distortion<VoroMesh,false>::Folded(*rm) to tri::Distortion<VoroMesh,false>::FoldedNum(*rm)

This commit is contained in:
granzuglia 2018-01-04 15:43:57 +11:00
parent ea1623ecf3
commit 00a3232916
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ public:
CollectUVBorder(rm,uvBorder); CollectUVBorder(rm,uvBorder);
meshRegionVec.push_back(rm); meshRegionVec.push_back(rm);
uvBorders.push_back(uvBorder); uvBorders.push_back(uvBorder);
int foldedCnt = tri::Distortion<VoroMesh,false>::Folded(*rm); int foldedCnt = tri::Distortion<VoroMesh,false>::FoldedNum(*rm);
if( foldedCnt > rm->fn/10) if( foldedCnt > rm->fn/10)
{ {
badRegionVec.push_back(rm); badRegionVec.push_back(rm);