]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
rnc : fixed a Bug found by Edward and due to use of int instead of CORBA::Long in...
authorgdd <gdd>
Wed, 7 Sep 2011 09:42:52 +0000 (09:42 +0000)
committergdd <gdd>
Wed, 7 Sep 2011 09:42:52 +0000 (09:42 +0000)
src/GEOM_I/GEOM_ICurvesOperations_i.cc
src/GEOM_I/GEOM_ICurvesOperations_i.hh

index bbd162e112b1afb3ffef5b54473c57cb550c80f7..078950c3050a98842fe8e417aa66321e6ce4f36b 100644 (file)
@@ -474,7 +474,7 @@ GEOM::GEOM_Object_ptr GEOM_ICurvesOperations_i::MakeCurveParametric(const char*
  */
 //=============================================================================
 GEOM::GEOM_Object_ptr GEOM_ICurvesOperations_i::MakeCurveParametricNew(const char* thexExpr, const char* theyExpr, const char* thezExpr, 
-                                    double theParamMin, double theParamMax, int theParamNbStep, 
+                                    double theParamMin, double theParamMax, CORBA::Long theParamNbStep, 
                                     GEOM::curve_type theCurveType) {
   GEOM::GEOM_Object_var aGEOMObject;
   //Set a not done flag
index 11b1fb5e4268949792ef612999c60bfec524e69c..31e1eff4f06d679a8cb7bfbdf7735a355d641067 100644 (file)
@@ -91,7 +91,7 @@ class GEOM_I_EXPORT GEOM_ICurvesOperations_i :
                                            GEOM::curve_type theCurveType);
   
   GEOM::GEOM_Object_ptr MakeCurveParametricNew(const char* thexExpr, const char* theyExpr, const char* thezExpr, 
-                        double theParamMin, double theParamMax, int theParamNbStep, 
+                        double theParamMin, double theParamMax, CORBA::Long theParamNbStep, 
                         GEOM::curve_type theCurveType);
 
   GEOM::GEOM_Object_ptr MakeSketcher (const char* theCommand, const GEOM::ListOfDouble& theWorkingPlane);