From: eap Date: Mon, 24 Sep 2012 11:16:31 +0000 (+0000) Subject: typo: X-Git-Tag: V6_6_0a1~94 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=53d6a3426f299ca93c48b0710bccf27d183f3653;p=modules%2Fsmesh.git typo: - void GetXYZ(double xyx + void GetXYZ(double xyz --- diff --git a/src/SMDS/SMDS_MeshNode.hxx b/src/SMDS/SMDS_MeshNode.hxx index 78966bc57..1f6712a74 100644 --- a/src/SMDS/SMDS_MeshNode.hxx +++ b/src/SMDS/SMDS_MeshNode.hxx @@ -45,7 +45,7 @@ public: double X() const; // ! NOT thread safe methods ! double Y() const; double Z() const; - void GetXYZ(double xyx[3]) const; // thread safe getting coords + void GetXYZ(double xyz[3]) const; // thread safe getting coords SMDS_ElemIteratorPtr GetInverseElementIterator(SMDSAbs_ElementType type=SMDSAbs_All) const; int NbInverseElements(SMDSAbs_ElementType type=SMDSAbs_All) const; const SMDS_PositionPtr& GetPosition() const;