replaced a "3" with a f->VN()

This commit is contained in:
ganovelli 2008-12-18 17:53:42 +00:00
parent db04989f13
commit d3682195ca
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ void Set( FacePointer pf, const int nz )
{
assert(pf!=0);
assert(nz>=0);
assert(nz<3);
assert(nz<pf->VN());
v[0] = pf->V(nz);
v[1] = pf->V(pf->Next(nz));