mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +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 );
|
sm->SetAllowedSubShapes( nullptr );
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Check if this is necessary
|
|
||||||
if ( aShapesId )
|
if ( aShapesId )
|
||||||
aShapesId->insert( sm->GetId() );
|
aShapesId->insert( sm->GetId() );
|
||||||
|
|
||||||
|
@ -1579,7 +1579,6 @@ bool SMESH_subMesh::ComputeStateEngine(compute_event event)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// TODO: Do switch of compute here instead of within algo
|
|
||||||
ret = algo->Compute((*_father), shape);
|
ret = algo->Compute((*_father), shape);
|
||||||
}
|
}
|
||||||
// algo can set _computeError of submesh
|
// algo can set _computeError of submesh
|
||||||
|
Loading…
Reference in New Issue
Block a user