Fixed typo.
This commit is contained in:
parent
20429b9801
commit
8fe9f931c1
|
|
@ -308,7 +308,7 @@ wrapping function.
|
||||||
VertexPointer farthest=0;
|
VertexPointer farthest=0;
|
||||||
// int t0=clock();
|
// int t0=clock();
|
||||||
//Requirements
|
//Requirements
|
||||||
tri::RequireVEAdjacency(m);
|
tri::RequireVFAdjacency(m);
|
||||||
tri::RequirePerVertexQuality(m);
|
tri::RequirePerVertexQuality(m);
|
||||||
|
|
||||||
assert(!seedVec.empty());
|
assert(!seedVec.empty());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue