X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_MeshOrderOp.cxx;h=1f7c71067b9ac6fd0a03ca3072a5d144523d3a52;hp=8960747f0aecc2d785262d74dc12c925014a6813;hb=9bbf8d875f367dcb612a39a0d002a8a592ded4d4;hpb=6bac08c1a81f34d3f21c550bd92f83654b2546a5 diff --git a/src/SMESHGUI/SMESHGUI_MeshOrderOp.cxx b/src/SMESHGUI/SMESHGUI_MeshOrderOp.cxx index 8960747f0..1f7c71067 100644 --- a/src/SMESHGUI/SMESHGUI_MeshOrderOp.cxx +++ b/src/SMESHGUI/SMESHGUI_MeshOrderOp.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 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 @@ -52,7 +52,7 @@ SMESHGUI_MeshOrderOp::SMESHGUI_MeshOrderOp() { myDlg = new SMESHGUI_MeshOrderDlg( desktop() ); - myHelpFileName = "constructing_meshes_page.html#mesh_order_anchor"; + myHelpFileName = "constructing_meshes.html#mesh-order-anchor"; } //================================================================================ @@ -199,7 +199,7 @@ void SMESHGUI_MeshOrderMgr::SetMesh(SMESH::SMESH_Mesh_var& theMesh) //================================================================================ /*! - * \brief Check for concurents between submesh objects + * \brief Check for concurrents between submesh objects */ //================================================================================ @@ -211,7 +211,7 @@ bool SMESHGUI_MeshOrderMgr::GetMeshOrder() //================================================================================ /*! - * \brief Check for concurents between submesh objects + * \brief Check for concurrents between submesh objects */ //================================================================================ @@ -280,7 +280,7 @@ bool SMESHGUI_MeshOrderMgr::SetMeshOrder( const ListListId& theListListIds ) if (theListListIds.isEmpty() || myMesh->_is_nil()) return false; - _PTR(Study) aStudy = SMESH::GetActiveStudyDocument(); + _PTR(Study) aStudy = SMESH::getStudy(); _PTR(SObject) aMeshSObj = SMESH::FindSObject(myMesh); if ( !aStudy || !aMeshSObj ) return false; @@ -300,8 +300,8 @@ bool SMESHGUI_MeshOrderMgr::SetMeshOrder( const ListListId& theListListIds ) } } - // is it enought to set modifid attribute on root mesh objects only? - // it is seems that modifaction flag will be set on child submeshes + // is it enough to set modified attribute on root mesh objects only? + // it is seems that modifcation flag will be set on child submeshes // automatically (see SMESH::ModifiedMesh for details) SMESH::ModifiedMesh( aMeshSObj, false, false );