Salome HOME
NPAL18076: EDF617: Regression smesh.py Only the 1st netgen parameters is added/used.
[modules/smesh.git] / src / SMDS / SMDS_VertexPosition.cxx
index 94b12438c0174769b7f5c1d9ab51fd8641952f5d..e39e3fc2d5c4645d1e2b3a988de1c527842511b3 100644 (file)
@@ -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;
 }