X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMDS%2FSMDS_VertexPosition.cxx;h=e39e3fc2d5c4645d1e2b3a988de1c527842511b3;hb=e8ee05e869b6cc46fb487546928c68b20a30d205;hp=94b12438c0174769b7f5c1d9ab51fd8641952f5d;hpb=e4737e85f0da6d3f90fd08f6be1c2825195fe16f;p=modules%2Fsmesh.git diff --git a/src/SMDS/SMDS_VertexPosition.cxx b/src/SMDS/SMDS_VertexPosition.cxx index 94b12438c..e39e3fc2d 100644 --- a/src/SMDS/SMDS_VertexPosition.cxx +++ b/src/SMDS/SMDS_VertexPosition.cxx @@ -17,7 +17,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -49,7 +49,7 @@ SMDS_VertexPosition:: SMDS_VertexPosition(const int aVertexId) const double *SMDS_VertexPosition::Coords() const { const static double origin[]={0,0,0}; - MESSAGE("SMDS_EdgePosition::Coords not implemented"); + MESSAGE("SMDS_VertexPosition::Coords not implemented"); return origin; }