Fixed typo in previous commit

This commit is contained in:
David G. Yu 2016-06-25 21:31:00 -07:00
parent 1ba1e07ad1
commit c0dee5510f

View File

@ -408,7 +408,7 @@ FarTopologyRefinerFactory<OsdHbrConverter>::assignComponentTopology(
virtual void operator() (OsdHbrHalfedge &e) {
OsdHbrFace * f=e.GetFace();
if (f & (e.GetOrgVertex()==_v)) {
if (f && (e.GetOrgVertex()==_v)) {
*_dstVertFaces++ = f->GetID();
for (int j=0; j<f->GetNumVertices(); ++j) {
if (f->GetVertex(j)==_v) {