X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH%2FSMESH_Hypothesis.cxx;h=4561f376d1dae0f20959c05cfc255fe4ef4e9e6e;hb=2f549d1c9a2a2791550d3f617354ade97d588a78;hp=ce08b40570c998a6a77f6f35f498655f2bac2ef9;hpb=b7a7d49664daa32e1befb558280e13ed0bde37c9;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_Hypothesis.cxx b/src/SMESH/SMESH_Hypothesis.cxx index ce08b4057..4561f376d 100644 --- a/src/SMESH/SMESH_Hypothesis.cxx +++ b/src/SMESH/SMESH_Hypothesis.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2023 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 @@ -146,7 +146,7 @@ void SMESH_Hypothesis::SetLibName(const char* theLibName) //purpose : Find a mesh with given persistent ID //======================================================================= -SMESH_Mesh* SMESH_Hypothesis::GetMeshByPersistentID(int id) +SMESH_Mesh* SMESH_Hypothesis::GetMeshByPersistentID(int id) const { StudyContextStruct* myStudyContext = _gen->GetStudyContext(); map::iterator itm = myStudyContext->mapMesh.begin();