Salome HOME
untabify
authoreap <eap@opencascade.com>
Thu, 17 Sep 2009 07:27:34 +0000 (07:27 +0000)
committereap <eap@opencascade.com>
Thu, 17 Sep 2009 07:27:34 +0000 (07:27 +0000)
src/SMESH/SMESH_Gen.hxx

index 57a5af6ebd748363a730cc3534789683b874565f..325aff4e7c5b03bea019d975249820b1821b9c8e 100644 (file)
@@ -78,8 +78,8 @@ class SMESH_EXPORT  SMESH_Gen
   bool Compute(::SMESH_Mesh &        aMesh,
                const TopoDS_Shape &  aShape,
                const bool            anUpward=false,
   bool Compute(::SMESH_Mesh &        aMesh,
                const TopoDS_Shape &  aShape,
                const bool            anUpward=false,
-              const ::MeshDimension aDim=::MeshDim_3D,
-              TSetOfInt*            aShapesId=0);
+             const ::MeshDimension aDim=::MeshDim_3D,
+             TSetOfInt*            aShapesId=0);
 
   /*!
    * \brief evaluates size of prospective mesh on a shape 
 
   /*!
    * \brief evaluates size of prospective mesh on a shape 
@@ -89,8 +89,8 @@ class SMESH_EXPORT  SMESH_Gen
    * \retval bool - is a success
    */
   bool Evaluate(::SMESH_Mesh &        aMesh,
    * \retval bool - is a success
    */
   bool Evaluate(::SMESH_Mesh &        aMesh,
-               const TopoDS_Shape &  aShape,
-               MapShapeNbElems&      aResMap,
+            const TopoDS_Shape &  aShape,
+            MapShapeNbElems&      aResMap,
                 const bool            anUpward=false,
                 TSetOfInt*            aShapesId=0);
 
                 const bool            anUpward=false,
                 TSetOfInt*            aShapesId=0);
 
@@ -158,7 +158,7 @@ class SMESH_EXPORT  SMESH_Gen
 
  private:
 
 
  private:
 
-  int _localId;                                // unique Id of created objects, within SMESH_Gen entity
+  int _localId;                     // unique Id of created objects, within SMESH_Gen entity
   std::map < int, StudyContextStruct * >_mapStudyContext;
 
   // hypotheses managing
   std::map < int, StudyContextStruct * >_mapStudyContext;
 
   // hypotheses managing