reverted the function VFOrderedStarFF as it needs further investigation

This commit is contained in:
Luigi Malomo 2020-12-02 21:33:00 +01:00
parent 99d12d7d1f
commit 76442ee55f
1 changed files with 0 additions and 2 deletions

View File

@ -1175,8 +1175,6 @@ void VFOrderedStarFF(const Pos<FaceType> &startPos,
assert((posVec.size()%2)==0);
posVec.erase(posVec.begin()+firstBorderInd+1+halfSize, posVec.end());
posVec.erase(posVec.begin(),posVec.begin()+firstBorderInd+1);
//reverse because canceled on ccw dir
std::reverse(posVec.begin(), posVec.end());
assert(posVec.size()==halfSize);
}
}