mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 02:50:34 +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() )
|
||||
{
|
||||
sm = smIt->next();
|
||||
if ( sm->GetSubShape().ShapeType() == TopAbs_VERTEX )
|
||||
break;
|
||||
// if ( sm->GetSubShape().ShapeType() == TopAbs_VERTEX )
|
||||
// break;
|
||||
SMESH_ComputeErrorPtr error = sm->GetComputeError();
|
||||
if ( error && !error->IsOK() && error->myAlgo )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user