]> SALOME platform Git repositories - modules/smesh.git/commitdiff
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>
Mon, 19 Sep 2022 09:22:01 +0000 (11:22 +0200)
src/SMESH/SMESH_Gen.cxx
src/SMESH/SMESH_subMesh.cxx

index 643656864c4add93226564659e142a4da5f7950a..2127fcbaf12199d5f2ab918227d1d051ddc513f7 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 476cf4d618d77fb0291dd0a722b353513c0dee64..4731a5895b8fba661cbc64c071ba9b0e7caed82a 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