X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_MeshOrderOp.h;h=0a2342d7195de87e451563a5838abb4e8847a69e;hp=a899d3b22b1d3fbc07b663d456bb3370073729f3;hb=d9f4b53e489dd5857db264ede6acded7b076c9f1;hpb=bd8f1aee7c78f7d2eb82bd4fec5e08c9e3d280ce diff --git a/src/SMESHGUI/SMESHGUI_MeshOrderOp.h b/src/SMESHGUI/SMESHGUI_MeshOrderOp.h index a899d3b22..0a2342d71 100644 --- a/src/SMESHGUI/SMESHGUI_MeshOrderOp.h +++ b/src/SMESHGUI/SMESHGUI_MeshOrderOp.h @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2022 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -45,9 +45,9 @@ public: virtual ~SMESHGUI_MeshOrderMgr(); //! Set root mesh object void SetMesh( SMESH::SMESH_Mesh_var& theMesh ); - //! Check for concurents between submesh objects + //! Check for concurrents between submesh objects bool GetMeshOrder(); - //! Check for concurents between submesh objects + //! Check for concurrents between submesh objects bool GetMeshOrder( ListListId& theIds ); //! Store submesh priority order bool SetMeshOrder();