Salome HOME
Porting to DEV version of OCCT.
[modules/smesh.git] / src / Controls / SMESH_Controls.cxx
index 6e80cc77ad1a53324ea380b885c3cc6eb78c1a8b..ee372e22239ca26fdeede963c30de29d18e2beaf 100644 (file)
@@ -4493,7 +4493,7 @@ bool ElementsOnShape::Classifier::isOutOfFace  (const gp_Pnt& p)
   if ( myProjFace.IsDone() && myProjFace.LowerDistance() <= myTol )
   {
     // check relatively to the face
-    Quantity_Parameter u, v;
+    Standard_Real u, v;
     myProjFace.LowerDistanceParameters(u, v);
     gp_Pnt2d aProjPnt (u, v);
     BRepClass_FaceClassifier aClsf ( TopoDS::Face( myShape ), aProjPnt, myTol );