Salome HOME
Porting to DEV version of OCCT.
[modules/smesh.git] / src / SMESHUtils / SMESH_MeshAlgos.cxx
index 03e6f7cf582595481e694ef675ce244e2015d7ff..8464e245fe197e6765f100a08498d730211522bb 100644 (file)
@@ -667,7 +667,7 @@ bool SMESH_ElementSearcherImpl::getIntersParamOnLine(const gp_Lin&           lin
     anExtCC.Init( lineCurve, edge.Value() );
     if ( anExtCC.NbExtrema() > 0 && anExtCC.LowerDistance() <= tol)
     {
-      Quantity_Parameter pl, pe;
+      Standard_Real pl, pe;
       anExtCC.LowerDistanceParameters( pl, pe );
       param += pl;
       if ( ++nbInts == 2 )