mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
in SetMeshOrder(), fix python dump in case of many groups of sub-meshes
This commit is contained in:
parent
fd6f0fdf57
commit
0b3661cda0
@ -5723,6 +5723,8 @@ TListOfListOfInt SMESH_Mesh_i::findConcurrentSubMeshes()
|
||||
{
|
||||
const SMESH::submesh_array& aSMArray = theSubMeshArray[i];
|
||||
TListOfInt subMeshIds;
|
||||
if ( i > 0 )
|
||||
aPythonDump << ", ";
|
||||
aPythonDump << "[ ";
|
||||
// Collect subMeshes which should be clear
|
||||
// do it list-by-list, because modification of submesh order
|
||||
|
Loading…
Reference in New Issue
Block a user