Salome HOME
PAL13330( When mesh generation does not success, trace where )
authoreap <eap@opencascade.com>
Wed, 11 Apr 2007 08:45:07 +0000 (08:45 +0000)
committereap <eap@opencascade.com>
Wed, 11 Apr 2007 08:45:07 +0000 (08:45 +0000)
   unconditionally include BRep_Tool

src/SMESH/SMESH_subMesh.cxx

index 9e3b87ad56ffbe402b51d700d222c45fb08585f8..f8dbe11d48e8a012061b5aaa8543fce99c998d6a 100644 (file)
 #include "OpUtil.hxx"
 
 #include <BRep_Builder.hxx>
-
+#include <BRep_Tool.hxx>
 #include <TopExp.hxx>
-#include <TopoDS_Compound.hxx>
-#include <TopTools_MapOfShape.hxx>
-#include <TopTools_ListOfShape.hxx>
-#include <TopTools_ListIteratorOfListOfShape.hxx>
 #include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
-
-#ifdef _DEBUG_
-#include <gp_Pnt.hxx>
-#include <BRep_Tool.hxx>
-#include <TopoDS.hxx>
 #include <TopTools_IndexedMapOfShape.hxx>
-#endif
+#include <TopTools_ListIteratorOfListOfShape.hxx>
+#include <TopTools_ListOfShape.hxx>
+#include <TopTools_MapOfShape.hxx>
+#include <TopoDS.hxx>
+#include <TopoDS_Compound.hxx>
+#include <gp_Pnt.hxx>
 
 #include <Standard_Failure.hxx>
 #include <Standard_ErrorHandler.hxx>