Weekly misc. typo fixes

This commit is contained in:
luz.paz
2018-03-05 09:25:42 -05:00
parent 6d54cc57b1
commit bb9d49dd18
6 changed files with 6 additions and 6 deletions

View File

@@ -369,7 +369,7 @@ void PovTools::transferToArray(const TopoDS_Face& aFace,gp_Vec** vertices,gp_Vec
//BRepMesh_IncrementalMesh MESH(aFace,fDeflection);
Handle(Poly_Triangulation) aPoly = BRep_Tool::Triangulation(aFace,aLoc);
if (aPoly.IsNull()) {
Base::Console().Log("Empty face trianglutaion\n");
Base::Console().Log("Empty face triangulation\n");
nbNodesInFace =0;
nbTriInFace = 0;
vertices = 0l;