From: Yoann Audouin Date: Mon, 19 Sep 2022 09:22:01 +0000 (+0200) Subject: Removing todo X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2a4b66bc507164135cf447ec3939cbef715413f7;p=modules%2Fsmesh.git Removing todo --- diff --git a/src/SMESH/SMESH_Gen.cxx b/src/SMESH/SMESH_Gen.cxx index 643656864..2127fcbaf 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 476cf4d61..4731a5895 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