Salome HOME
Merge from 1.35.2.6
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.cxx
index e01f4a48a52e5ba997bb0cdebd690b6259c245be..ec6eef5cf983febf96aea1d6986d1b6ee3f150c6 100644 (file)
@@ -1797,7 +1797,7 @@ SMESH::MeshPreviewStruct* SMESH_Gen_i::Precompute( SMESH::SMESH_Mesh_ptr theMesh
       ::SMESH_Mesh& myLocMesh = meshServant->GetImpl();
       TSetOfInt shapeIds;
       ::MeshDimension aDim = (MeshDimension)theDimension;
-      if ( myGen.Compute( myLocMesh, myLocShape, false, aDim, &shapeIds ) )
+      if ( myGen.Compute( myLocMesh, myLocShape, false, false, aDim, &shapeIds ) )
       {
         int nbShapeId = shapeIds.size();
         theShapesId.length( nbShapeId );