mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-02 21:00:33 +05:00
fix the previous modification
- std::swap( iAfterSame, iAfterSame ); + std::swap( iBeforeSame, iAfterSame );
This commit is contained in:
parent
73a829efdf
commit
95f31e3a95
@ -2829,7 +2829,7 @@ void SMESH_MeshEditor::sweepElement(const SMDS_MeshElement* elem,
|
||||
i0 = 2;
|
||||
i2 = 0;
|
||||
if ( nbSame > 0 )
|
||||
std::swap( iAfterSame, iAfterSame );
|
||||
std::swap( iBeforeSame, iAfterSame );
|
||||
}
|
||||
|
||||
// make new elements
|
||||
|
Loading…
Reference in New Issue
Block a user