X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FOBJECT%2FSMESH_Object.h;h=118c13ad86fb4bb87d2069672c176ae652505aee;hp=3d4dbbf8b433b30c685b8a1b1d7808c53220d5e9;hb=edcdccbe357f12150a4b90cd01ba36dea6bfb384;hpb=5fabc58d7e765d9c2fe9eea8b73eea1bb352ce0b diff --git a/src/OBJECT/SMESH_Object.h b/src/OBJECT/SMESH_Object.h index 3d4dbbf8b..118c13ad8 100644 --- a/src/OBJECT/SMESH_Object.h +++ b/src/OBJECT/SMESH_Object.h @@ -62,9 +62,9 @@ public: virtual SMDS_Mesh* GetMesh() const = 0; virtual bool GetEdgeNodes( const int theElemId, - const int theEdgeNum, - int& theNodeId1, - int& theNodeId2 ) const = 0; + const int theEdgeNum, + int& theNodeId1, + int& theNodeId2 ) const = 0; virtual vtkUnstructuredGrid* GetUnstructuredGrid() = 0;