]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
[tuleap29468] : For Acceptance, fix compilation error
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 29 Jul 2022 12:47:32 +0000 (14:47 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 29 Jul 2022 12:47:32 +0000 (14:47 +0200)
src/GEOM_I/GEOM_IMeasureOperations_i.cc
src/GEOM_I/GEOM_IMeasureOperations_i.hh

index 61bac290b0b14c7a399b10d01ae85cef897cb15e..735929134e36b3ba9d64cc1e960360777ea0f2cf 100644 (file)
@@ -1277,7 +1277,7 @@ GEOM::GEOM_Object_ptr GEOM_IMeasureOperations_i::ShapeProximityCalculator(GEOM::
  //=============================================================================
 void GEOM_IMeasureOperations_i::SetShapeSampling(GEOM::GEOM_Object_ptr theCalculator,
                                                  GEOM::GEOM_Object_ptr theShape,
-                                                 long theNbSamples)
+                                                 CORBA::Long theNbSamples)
 {
   //Set a not done flag
   GetOperations()->SetNotDone();
index d44bfb60284bba0201972963756c966ba6e3e442..4f955198976071ae6cc4176e67cc080a1f961a10 100644 (file)
@@ -175,7 +175,7 @@ class GEOM_I_EXPORT GEOM_IMeasureOperations_i :
                                                   GEOM::GEOM_Object_ptr theShape2);
   void SetShapeSampling(GEOM::GEOM_Object_ptr theCalculator,
                         GEOM::GEOM_Object_ptr theShape,
-                        long theNbSamples);
+                        CORBA::Long theNbSamples);
   CORBA::Double GetCoarseProximity(GEOM::GEOM_Object_ptr theCalculator);
   CORBA::Double GetPreciseProximity(GEOM::GEOM_Object_ptr theCalculator);