X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=tests%2Fquadrangles.py;h=e5e2c04f77dbbe92be63058742a80a7ff2049b63;hb=refs%2Fheads%2Fjfa%2FPorting_OCCT_780;hp=3c5b86eac888e9a54830b2628d8640157a501702;hpb=01db5879a4a8d833bb93d98a3c78274bddf52a5c;p=plugins%2Fblsurfplugin.git diff --git a/tests/quadrangles.py b/tests/quadrangles.py index 3c5b86e..e5e2c04 100644 --- a/tests/quadrangles.py +++ b/tests/quadrangles.py @@ -1,4 +1,22 @@ # -*- coding: utf-8 -*- +# Copyright (C) 2017-2023 CEA, EDF +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# import sys import salome @@ -83,4 +101,4 @@ assert Mesh_1.NbTriangles() > 0 assert Mesh_1.NbQuadrangles() > Mesh_1.NbTriangles() if salome.sg.hasDesktop(): - salome.sg.updateObjBrowser(True) + salome.sg.updateObjBrowser()