X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_AISCurve.cxx;h=923d0384402d7963f59673d7658f8e34a4b7521d;hb=1e9be94cc5ff4ad886099c507462d5b70f6d71f9;hp=dde3a4167d9b3fd0aad7535de274ade133c51a9c;hpb=1adadcc0f42b3e4345d6c231a20f9e251a50a45a;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_AISCurve.cxx b/src/HYDROCurveCreator/CurveCreator_AISCurve.cxx index dde3a416..923d0384 100644 --- a/src/HYDROCurveCreator/CurveCreator_AISCurve.cxx +++ b/src/HYDROCurveCreator/CurveCreator_AISCurve.cxx @@ -51,14 +51,6 @@ void CurveCreator_AISCurve::getPoint( const int theISection, const int theIPoint double anX, anY, aZ; myCurve->getCoordinates( theISection, theIPoint, anX, anY, aZ ); thePoint = gp_Pnt( anX, anY, aZ); - /* - double anX, anY, aZ; - - std::deque aPoint = myCurve->getPoint( theSectionId, thePointId ); - anX = aPoint[0]; - anY = aPoint[1]; - aZ = aPoint[2]; - thePoint = gp_Pnt( anX, anY, aZ);*/ } #define MAKE_BUILDER_USE