mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
bos #29266 EDF 24971 - SALOME crashes
fix crash, meshing failure still there
This commit is contained in:
parent
8385b9256f
commit
a9219e5f12
@ -1529,9 +1529,11 @@ bool StdMeshers_QuadToTriaAdaptor::Compute2ndPart(SMESH_Mesh&
|
|||||||
MergeAdjacent( PrmI, nodesToMove );
|
MergeAdjacent( PrmI, nodesToMove );
|
||||||
MergeAdjacent( PrmJ, nodesToMove );
|
MergeAdjacent( PrmJ, nodesToMove );
|
||||||
|
|
||||||
|
apexI = PrmI->GetNode( PYRAM_APEX ); // apexI can be removed by merge
|
||||||
|
|
||||||
} // end if(hasInt)
|
} // end if(hasInt)
|
||||||
} // loop on suspectPyrams
|
|
||||||
} // loop on 4 base nodes of PrmI
|
} // loop on 4 base nodes of PrmI
|
||||||
|
} // loop on suspectPyrams
|
||||||
|
|
||||||
} // loop on all pyramids
|
} // loop on all pyramids
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user