From b58c9632e3158d6cdbf2374324f84c3b959544e8 Mon Sep 17 00:00:00 2001 From: Yoann Audouin Date: Mon, 19 Sep 2022 11:22:01 +0200 Subject: [PATCH] Removing todo --- src/SMESH/SMESH_Gen.cxx | 1 - src/SMESH/SMESH_subMesh.cxx | 1 - 2 files changed, 2 deletions(-) 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 -- 2.30.2