X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FTools%2FMacMesh%2FMacMesh%2FCentralUnrefine.py;h=d856d466ee8da3d3798a317722ed8fa12345481e;hb=HEAD;hp=de90ea4456dbac74fd850811355025009045246b;hpb=0003e6b4fcc95a0aec695ceef8371dee28baf417;p=modules%2Fsmesh.git diff --git a/src/Tools/MacMesh/MacMesh/CentralUnrefine.py b/src/Tools/MacMesh/MacMesh/CentralUnrefine.py index de90ea445..1195ae054 100644 --- a/src/Tools/MacMesh/MacMesh/CentralUnrefine.py +++ b/src/Tools/MacMesh/MacMesh/CentralUnrefine.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 EDF R&D +# Copyright (C) 2014-2024 CEA, EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -178,7 +178,7 @@ def RemoveLastObj() : Config.Connections = Config.Connections[:-1] def GroupArray(indices, GroupNames) : - if type(indices) is int : + if isinstance(indices, int) : indices = [indices] GroupNames = [GroupNames] Output = [None,None,None,None]