Salome HOME
IPAL22863 TC6.5.0: Projection_1D2D gives exception
[modules/smesh.git] / src / StdMeshers / StdMeshers_Projection_1D2D.cxx
index 49d94142e7337546163dc6354105eb697b7ce82d..0857b9f19cff2911641ebaef60a99d66e7350eb8 100644 (file)
@@ -196,7 +196,7 @@ bool StdMeshers_Projection_1D2D::Evaluate(SMESH_Mesh&         theMesh,
 
   typedef StdMeshers_ProjectionUtils SPU;
   SPU::TShapeShapeMap shape2ShapeMap;
-  SPU::InitVertexAssociation( _sourceHypo, shape2ShapeMap, theShape );
+  SPU::InitVertexAssociation( _sourceHypo, shape2ShapeMap );
   if ( !SPU::FindSubShapeAssociation( theShape, &theMesh, srcFace, srcMesh, shape2ShapeMap))
     return error(COMPERR_BAD_SHAPE,"Topology of source and target faces seems different" );