X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_Mesh_i.cxx;h=13c602d92236e2149961b4aad33e877a31a5106c;hb=6fe43e9346e543c133300e9a4fc172ddc2b34cc0;hp=3fcca346dc7deb00b96f110a837d9b1e1227e0e5;hpb=7e714e8fc0d0884011007c9daed6e6e492402693;p=modules%2Fsmesh.git diff --git a/src/SMESH_I/SMESH_Mesh_i.cxx b/src/SMESH_I/SMESH_Mesh_i.cxx index 3fcca346d..13c602d92 100644 --- a/src/SMESH_I/SMESH_Mesh_i.cxx +++ b/src/SMESH_I/SMESH_Mesh_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2023 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -5954,7 +5954,7 @@ void SMESH_Mesh_i::CreateGroupServants() */ //============================================================================= -bool SMESH_Mesh_i::IsComputedOK() +CORBA::Boolean SMESH_Mesh_i::IsComputedOK() { return _impl->IsComputedOK(); } @@ -7028,24 +7028,6 @@ TListOfListOfInt SMESH_Mesh_i::findConcurrentSubMeshes() return res; } -//============================================================================= -/*! - * \brief Set the number of threads for a parallel computation - */ -//============================================================================= -void SMESH_Mesh_i::SetNbThreads(CORBA::Long nbThreads){ - _impl->SetNbThreads(nbThreads); -} - -//============================================================================= -/*! - * \brief Get the number of threads for a parallel computation - */ -//============================================================================= -CORBA::Long SMESH_Mesh_i::GetNbThreads(){ - return _impl->GetNbThreads(); -} - //============================================================================= /*!