X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH%2FSMESH_MesherHelper.hxx;h=958a94bb3eae9db997f64fafaa480a3b4e44b129;hp=676cbf2e44773fd967f0989eee90452d793d4cee;hb=d4a710ce52f6e76786a7b3845e2f7975dc9a00b1;hpb=9484b374c3dbefa3579603f4044854a20c02203e diff --git a/src/SMESH/SMESH_MesherHelper.hxx b/src/SMESH/SMESH_MesherHelper.hxx index 676cbf2e4..958a94bb3 100644 --- a/src/SMESH/SMESH_MesherHelper.hxx +++ b/src/SMESH/SMESH_MesherHelper.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -461,7 +461,7 @@ public: const SMDS_MeshNode* n2, const bool force3d); /*! - * \brief Return index and type of the shape to set a medium node on + * \brief Return index and type of the shape (EDGE or FACE only) to set a medium node on */ std::pair GetMediumPos(const SMDS_MeshNode* n1, const SMDS_MeshNode* n2);