Salome HOME
PAL16567(problem with extrusion 3D, Propagation 2D when the source fase isn't planar)
[modules/smesh.git] / src / SMESH / SMESH_Block.cxx
index dfde6865af8b10caa5f6a637299d1c7542bb5e31..6a50ff019aec097c8d8ed8dd7219f64d4b85b733 100644 (file)
@@ -726,8 +726,8 @@ bool SMESH_Block::ComputeParameters(const gp_Pnt& thePoint,
     start = *bestParam;
   }
 
-  int    myFaceIndex = -1;
-  double myFaceParam = 0.;
+  myFaceIndex = -1;
+  myFaceParam = 0.;
   if ( isOnFace ) {
     // put a point on the face
     for ( int iCoord = 0; iCoord < 3; iCoord++ )