Salome HOME
updated copyright message
[plugins/blsurfplugin.git] / tests / quadrangles.py
index 9854f21a8ab03c3049019815df880ba3019aa76f..e9edbcc68aa33070ce487c409d72f934c93c0a40 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2017-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2017-2023  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -101,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()