mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
0021375: EDF 1671 SMESH: Dump study of current state
correctly treat a false algorithm created by _pyMesh::Flush()
This commit is contained in:
parent
0dad6db093
commit
b1f48b44b7
@ -1549,6 +1549,10 @@ void _pyMesh::Flush()
|
||||
algo = newAlgo;
|
||||
// set algorithm creation
|
||||
theGen->SetCommandBefore( newCmd, addCmd );
|
||||
myHypos.push_back( newAlgo );
|
||||
if ( !myLastComputeCmd.IsNull() &&
|
||||
newCmd->GetOrderNb() == myLastComputeCmd->GetOrderNb() + 1)
|
||||
newAlgo->MeshComputed( myLastComputeCmd );
|
||||
}
|
||||
else
|
||||
newCmd->Clear();
|
||||
|
Loading…
Reference in New Issue
Block a user