Removing todo

This commit is contained in:
Yoann Audouin 2022-09-19 11:22:01 +02:00
parent 78c4fca7f3
commit b58c9632e3
2 changed files with 0 additions and 2 deletions

View 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() );

View 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