mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-12 00:03:07 +05:00
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
enable reporting lack of a node on a vertex
This commit is contained in:
parent
6d69062419
commit
e9a46da8ca
@ -1383,8 +1383,8 @@ SMESH::compute_error_array* SMESH_Gen_i::GetComputeErrors( SMESH::SMESH_Mesh_ptr
|
|||||||
while ( smIt->more() )
|
while ( smIt->more() )
|
||||||
{
|
{
|
||||||
sm = smIt->next();
|
sm = smIt->next();
|
||||||
if ( sm->GetSubShape().ShapeType() == TopAbs_VERTEX )
|
// if ( sm->GetSubShape().ShapeType() == TopAbs_VERTEX )
|
||||||
break;
|
// break;
|
||||||
SMESH_ComputeErrorPtr error = sm->GetComputeError();
|
SMESH_ComputeErrorPtr error = sm->GetComputeError();
|
||||||
if ( error && !error->IsOK() && error->myAlgo )
|
if ( error && !error->IsOK() && error->myAlgo )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user