Salome HOME
Merge with OCC_development_01
[modules/smesh.git] / src / SMDS / SMDS_VertexPosition.cxx
index 94b12438c0174769b7f5c1d9ab51fd8641952f5d..022f76ad364f416469d9207bdb7a21cd00ea20ac 100644 (file)
@@ -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;
 }