mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Removing todo
This commit is contained in:
parent
78c4fca7f3
commit
b58c9632e3
@ -191,7 +191,6 @@ const std::function<void(int,
|
||||
sm->SetAllowedSubShapes( nullptr );
|
||||
}
|
||||
|
||||
// TODO: Check if this is necessary
|
||||
if ( aShapesId )
|
||||
aShapesId->insert( sm->GetId() );
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user