Salome HOME
-#include "GEOM_Object.hxx"
authoreap <eap@opencascade.com>
Thu, 26 Sep 2013 08:24:27 +0000 (08:24 +0000)
committereap <eap@opencascade.com>
Thu, 26 Sep 2013 08:24:27 +0000 (08:24 +0000)
src/BLSURFPlugin/BLSURFPlugin_Hypothesis_i.cxx

index 5e31e096522a4c8ec1a064fb3cc137fdf29e5be7..58d275ae1a2f6df413ff0e60a914a8e4bfb352fa 100644 (file)
@@ -29,8 +29,6 @@
 #include <SMESH_Gen_i.hxx>
 #include <SMESH_PythonDump.hxx>
 
-#include <GEOM_Object.hxx>
-
 #include <SALOMEDS_wrap.hxx>
 #include <Utils_CorbaException.hxx>
 #include <utilities.h>
@@ -2905,8 +2903,8 @@ void BLSURFPlugin_Hypothesis_i::AddFacePeriodicityEntry(const char* theFace1Entr
 
 
 void BLSURFPlugin_Hypothesis_i::AddEdgePeriodicity(GEOM::GEOM_Object_ptr theFace1, GEOM::GEOM_Object_ptr theEdge1,
-                                                  GEOM::GEOM_Object_ptr theFace2, GEOM::GEOM_Object_ptr theEdge2,
-                                                  CORBA::Long edge_orientation)
+                                                   GEOM::GEOM_Object_ptr theFace2, GEOM::GEOM_Object_ptr theEdge2,
+                                                   CORBA::Long edge_orientation)
     throw (SALOME::SALOME_Exception){
   ASSERT(myBaseImpl);
 
@@ -2939,8 +2937,8 @@ void BLSURFPlugin_Hypothesis_i::AddEdgePeriodicity(GEOM::GEOM_Object_ptr theFace
 }
 
 void BLSURFPlugin_Hypothesis_i::AddEdgePeriodicityWithoutFaces(GEOM::GEOM_Object_ptr theEdge1,
-                                                              GEOM::GEOM_Object_ptr theEdge2,
-                                                              CORBA::Long edge_orientation)
+                                                               GEOM::GEOM_Object_ptr theEdge2,
+                                                               CORBA::Long edge_orientation)
     throw (SALOME::SALOME_Exception){
   ASSERT(myBaseImpl);