]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
remove extra ;
authoreap <eap@opencascade.com>
Tue, 18 Jan 2011 10:48:28 +0000 (10:48 +0000)
committereap <eap@opencascade.com>
Tue, 18 Jan 2011 10:48:28 +0000 (10:48 +0000)
src/SMDS/SMDS_MeshElement.hxx

index 374d67379aafbd865f53a253aa1725352a07e524..a849a43fa6abbac192ca60a0f78ecf88e56e6211 100644 (file)
@@ -139,16 +139,16 @@ public:
    */
   int GetNodeIndex( const SMDS_MeshNode* node ) const;
 
-  inline ShortType getMeshId() const {return myMeshId; };
-  inline ShortType getshapeId() const {return myShapeId; };
-  inline int getIdInShape() const { return myIdInShape; };
-  inline int getVtkId() const { return myVtkID; };
+  inline ShortType getMeshId() const {return myMeshId; }
+  inline ShortType getshapeId() const {return myShapeId; }
+  inline int getIdInShape() const { return myIdInShape; }
+  inline int getVtkId() const { return myVtkID; }
 
 protected:
-  inline void setId(int id) {myID = id; };
-  inline void setShapeId(ShortType shapeId) {myShapeId = shapeId; };
-  inline void setIdInShape(int id) { myIdInShape = id; };
-  inline void setVtkId(int vtkId) { myVtkID = vtkId; };
+  inline void setId(int id) {myID = id; }
+  inline void setShapeId(ShortType shapeId) {myShapeId = shapeId; }
+  inline void setIdInShape(int id) { myIdInShape = id; }
+  inline void setVtkId(int vtkId) { myVtkID = vtkId; }
   SMDS_MeshElement(int ID=-1);
   SMDS_MeshElement(int id, ShortType meshId, ShortType shapeId = 0);
   virtual void init(int id = -1, ShortType meshId = -1, ShortType shapeId = 0);