Salome HOME
Fix for
[modules/smesh.git] / src / SMDS / SMDS_VertexPosition.cxx
index 8757ad4d3d1c65f76137a0eaf7293ce18ff62c84..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
 //
 //
 //
 //  Module : SMESH
 
 #include "SMDS_VertexPosition.hxx"
+
 #include "utilities.h"
 
+using namespace std;
+
 //=======================================================================
 //function : SMDS_VertexPosition
 //purpose  : 
@@ -46,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;
 }