From: Yoann Audouin Date: Mon, 19 Sep 2022 09:22:01 +0000 (+0200) Subject: Removing todo X-Git-Tag: V9_10_0b1~9^2~15 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=b58c9632e3158d6cdbf2374324f84c3b959544e8 Removing todo --- diff --git a/src/SMESH/SMESH_Gen.cxx b/src/SMESH/SMESH_Gen.cxx index e2d908f1f..556ef145e 100644 --- a/src/SMESH/SMESH_Gen.cxx +++ b/src/SMESH/SMESH_Gen.cxx @@ -191,7 +191,6 @@ const std::functionSetAllowedSubShapes( nullptr ); } - // TODO: Check if this is necessary if ( aShapesId ) aShapesId->insert( sm->GetId() ); diff --git a/src/SMESH/SMESH_subMesh.cxx b/src/SMESH/SMESH_subMesh.cxx index 4edd75cd5..9c30aa811 100644 --- a/src/SMESH/SMESH_subMesh.cxx +++ b/src/SMESH/SMESH_subMesh.cxx @@ -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