Salome HOME
Removing todo
authorYoann Audouin <yoann.audouin@edf.fr>
Mon, 19 Sep 2022 09:22:01 +0000 (11:22 +0200)
committerYoann Audouin <yoann.audouin@edf.fr>
Tue, 18 Oct 2022 13:02:19 +0000 (15:02 +0200)
src/SMESH/SMESH_Gen.cxx
src/SMESH/SMESH_subMesh.cxx

index e2d908f1f109356d65406034fa7ae8ed842aad13..556ef145eb7b059845858afba1d670d480b8c060 100644 (file)
@@ -191,7 +191,6 @@ const std::function<void(int,
     sm->SetAllowedSubShapes( nullptr );
   }
 
-  // TODO: Check if this is necessary
   if ( aShapesId )
     aShapesId->insert( sm->GetId() );
 
index 4edd75cd5583a8cec9c9801f8b86f85b6335f0be..9c30aa8119de8395c99c05c74d484ab061f3205d 100644 (file)
@@ -1579,7 +1579,6 @@ bool SMESH_subMesh::ComputeStateEngine(compute_event event)
           }
           else
           {
-            // TODO: Do switch of compute here instead of within algo
             ret = algo->Compute((*_father), shape);
           }
           // algo can set _computeError of submesh