Salome HOME
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
authoreap <eap@opencascade.com>
Mon, 15 Oct 2012 14:32:14 +0000 (14:32 +0000)
committereap <eap@opencascade.com>
Mon, 15 Oct 2012 14:32:14 +0000 (14:32 +0000)
enable reporting lack of a node on a vertex

src/SMESH_I/SMESH_Gen_i.cxx

index 00cc36bee86238e73b45f83ae3f43fd5e0f2aeee..f3622c22324b5da7574bdb3fe2c952724e060b3e 100644 (file)
@@ -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 )
         {