X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOM_SWIG%2FGEOM_TestField.py;h=ee4351c1a1cbe1fb8c42c153ba28b47970b35790;hb=b6f0965afb72083a5234f9b4fb0b233adaaf8d9d;hp=69a798c6bd5e918f8b2f724ab73d8bfdb849a665;hpb=3b5904ed88d16fc106d9d1877dd2a6758f717149;p=modules%2Fgeom.git diff --git a/src/GEOM_SWIG/GEOM_TestField.py b/src/GEOM_SWIG/GEOM_TestField.py index 69a798c6b..ee4351c1a 100644 --- a/src/GEOM_SWIG/GEOM_TestField.py +++ b/src/GEOM_SWIG/GEOM_TestField.py @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2013-2022 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -44,7 +44,7 @@ MustFail = -1 geompy = None def CheckFieldCreation(shape, name, ftype, dimension, componentNames, nbFiOrMustFail=-1): - # WARNING: assure name uniquness to check geompy.GetField( shape, name ) + # WARNING: assure name uniqueness to check geompy.GetField( shape, name ) try: field = geompy.CreateField(shape, name, ftype, dimension, componentNames) except Exception as e: