Salome HOME
[bos #41978][EDF] Edit table of density on wire discretization. Load properly the...
[modules/smesh.git] / src / SMDS / SMDS_Mesh.hxx
index e643ee20f47a5de283691fcab169565b8df633e2..50f7f5b6a388b48275be141d374618375e8ce5fd 100644 (file)
@@ -737,8 +737,7 @@ public:
                               const int                       nbnodes,
                               std::set<const SMDS_MeshNode*>& oldNodes );
 
-  void setNbShapes( size_t nbShapes );
-
+  void setNbShapes( size_t nbShapes );  
 
   // Fields PRIVATE
 
@@ -766,7 +765,7 @@ public:
   double ymin;
   double ymax;
   double zmin;
-  double zmax;
+  double zmax;  
 };