replaced a "3" with a f->VN()
This commit is contained in:
parent
db04989f13
commit
d3682195ca
|
@ -135,7 +135,7 @@ void Set( FacePointer pf, const int nz )
|
||||||
{
|
{
|
||||||
assert(pf!=0);
|
assert(pf!=0);
|
||||||
assert(nz>=0);
|
assert(nz>=0);
|
||||||
assert(nz<3);
|
assert(nz<pf->VN());
|
||||||
|
|
||||||
v[0] = pf->V(nz);
|
v[0] = pf->V(nz);
|
||||||
v[1] = pf->V(pf->Next(nz));
|
v[1] = pf->V(pf->Next(nz));
|
||||||
|
|
Loading…
Reference in New Issue