Salome HOME
IPAL52478: Too thin viscous layers are constructed
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index 0cf3e0949f34410fb09f32f085c7dae772a0a9f9..c603c6a41ad7ddb549bbb3cf3bcabcd16552e467 100644 (file)
@@ -63,15 +63,15 @@ typedef std::list<TListOfInt> TListOfListOfInt;
 
 class SMESH_EXPORT SMESH_Mesh
 {
-public:
-  SMESH_Mesh(int               theLocalId, 
-             int               theStudyId, 
+ public:
+  SMESH_Mesh(int               theLocalId,
+             int               theStudyId,
              SMESH_Gen*        theGen,
              bool              theIsEmbeddedMode,
              SMESHDS_Document* theDocument);
-  
+
   virtual ~SMESH_Mesh();
-  
+
   /*!
    * \brief Set geometry to be meshed
    */