Salome HOME
23281: [CEA 1859] SALOME master : compilation SMESH - error StdMeshers_ViscousLayers2D
[modules/smesh.git] / src / StdMeshers / StdMeshers_ViscousLayers2D.cxx
index d5b758bda8c4f1e4f4341ad2156e46fd00aa4550..cd91c7391554e5aa63b773be64867eee028acf3e 100644 (file)
@@ -562,7 +562,7 @@ void StdMeshers_ViscousLayers2D::SetProxyMeshOfEdge( const StdMeshers_FaceSide&
 // --------------------------------------------------------------------------------
 bool StdMeshers_ViscousLayers2D::HasProxyMesh( const TopoDS_Face& face, SMESH_Mesh& mesh )
 {
-  return VISCOUS_2D::_ProxyMeshHolder::FindProxyMeshOfFace( face, mesh );
+  return VISCOUS_2D::_ProxyMeshHolder::FindProxyMeshOfFace( face, mesh ).get();
 }
 // --------------------------------------------------------------------------------
 SMESH_ComputeErrorPtr