Salome HOME
#17351 [CEA] Mesh with Polyhedron
[modules/smesh.git] / src / StdMeshers / StdMeshers_PolygonPerFace_2D.cxx
index c8d203d12eb54c9444e8d2da5d287b3af0a4ee29..76afc6a0c6b8c3b3678a26e0a29e9b0ac3a576b9 100644 (file)
 
 #include <TopExp_Explorer.hxx>
 #include <TopoDS_Face.hxx>
+#include <TopoDS.hxx>
 
 #include <vector>
-#include <TopoDS.hxx>
 
 using namespace std;
 
 //=======================================================================
 //function : StdMeshers_PolygonPerFace_2D
-//purpose  : 
+//purpose  :
 //=======================================================================
 
 StdMeshers_PolygonPerFace_2D::StdMeshers_PolygonPerFace_2D(int        hypId,