Salome HOME
untabify
[modules/smesh.git] / src / OBJECT / SMESH_Object.h
index 3d4dbbf8b433b30c685b8a1b1d7808c53220d5e9..118c13ad86fb4bb87d2069672c176ae652505aee 100644 (file)
@@ -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;