Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155974 | Differences between
and this patch

Collapse All | Expand All

(-)src3.2.6.old/SMESH_SRC_3.2.6/src/StdMeshers/StdMeshers_Propagation.cxx (-1 / +1 lines)
Lines 92-98 Link Here
92
/*!
92
/*!
93
 * \brief Return an edge from which hypotheses are propagated from
93
 * \brief Return an edge from which hypotheses are propagated from
94
 */
94
 */
95
TopoDS_Edge StdMeshers_Propagation::GetPropagationSource(SMESH_Mesh& theMesh,
95
inline TopoDS_Edge StdMeshers_Propagation::GetPropagationSource(SMESH_Mesh& theMesh,
96
                                                         const TopoDS_Shape& theEdge)
96
                                                         const TopoDS_Shape& theEdge)
97
{
97
{
98
  return PropagationMgr::GetSource(theMesh.GetSubMeshContaining( theEdge ));
98
  return PropagationMgr::GetSource(theMesh.GetSubMeshContaining( theEdge ));

Return to bug 155974