]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/CurveCreator/CurveCreator_Widget.h
Salome HOME
refs #674: correct using of doubles coordinates
[modules/geom.git] / src / CurveCreator / CurveCreator_Widget.h
index 1fa317f5658ffba5821952a5e2a715db2b477462..87433c553c36f22beb49dacaf56fe853b9d72175 100644 (file)
@@ -195,7 +195,7 @@ private:
                                       CurveCreator_ICurve::SectionToPointList() );
 
   // curve algorithm
-  int  findLocalPointIndex( int theSectionId, float theX, float theY );
+  int  findLocalPointIndex( int theSectionId, double theX, double theY );
   void findSectionsToPoints( const double theX, const double theY,
                              CurveCreator_ICurve::SectionToPointList& thePoints );
   void convert( const CurveCreator_ICurve::SectionToPointList& thePoints,