mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 18:20:34 +05:00
Improve SMDS: correct error message
This commit is contained in:
parent
5d84bc4bdb
commit
5ffc6f2991
@ -49,7 +49,7 @@ SMDS_VertexPosition:: SMDS_VertexPosition(const int aVertexId)
|
|||||||
const double *SMDS_VertexPosition::Coords() const
|
const double *SMDS_VertexPosition::Coords() const
|
||||||
{
|
{
|
||||||
const static double origin[]={0,0,0};
|
const static double origin[]={0,0,0};
|
||||||
MESSAGE("SMDS_EdgePosition::Coords not implemented");
|
MESSAGE("SMDS_VertexPosition::Coords not implemented");
|
||||||
return origin;
|
return origin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user