mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-05 06:10:33 +05:00
regression of SMESH_TEST/Grids/smesh/imps/H5
Fix Evaulate() after replacing TopTools_DataMapOfShapeShape with StdMeshers_ShapeShapeBiDirectionMap
This commit is contained in:
parent
41ceaec82f
commit
c1cdbd912a
@ -232,7 +232,7 @@ bool StdMeshers_Projection_1D2D::Evaluate(SMESH_Mesh& theMesh,
|
||||
if ( aVec.empty() )
|
||||
return error(COMPERR_BAD_INPUT_MESH,"Source mesh is wrongly evaluated");
|
||||
}
|
||||
TopoDS_Shape tgtEdge = shape2ShapeMap( srcSM->GetSubShape() );
|
||||
TopoDS_Shape tgtEdge = shape2ShapeMap( srcSM->GetSubShape(), /*isSrc=*/true );
|
||||
SMESH_subMesh* tgtSM = theMesh.GetSubMesh( tgtEdge );
|
||||
aResMap.insert(std::make_pair(tgtSM,aVec));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user