mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
[tuleap29468] : For Acceptance, fix compilation error
This commit is contained in:
parent
1e0c8c69ad
commit
ea0d9b26d3
@ -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();
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user