Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
avanindra committed Nov 30, 2015
1 parent 58dba65 commit bfa3e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epvh_demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ int main( int argc , char **argv )

epvh.generatePolygons(polygons);

std::cout<< polygons->GetNumberOfVerts() <<" "<<polygons->GetNumberOfCells() <<std::endl;
std::cout<< polygons->GetNumberOfPoints() <<" "<<polygons->GetNumberOfCells() <<std::endl;

vtkSmartPointer< vtkTriangleFilter > triangulator = vtkSmartPointer< vtkTriangleFilter >::New();

Expand Down

0 comments on commit bfa3e7b

Please sign in to comment.