Fixed typo.

This commit is contained in:
Luigi Malomo 2015-03-16 14:31:48 +00:00
parent 20429b9801
commit 8fe9f931c1
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ wrapping function.
VertexPointer farthest=0;
// int t0=clock();
//Requirements
tri::RequireVEAdjacency(m);
tri::RequireVFAdjacency(m);
tri::RequirePerVertexQuality(m);
assert(!seedVec.empty());