X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FTools%2Fsmesh_plugins.py;h=7c726820ad47b7570b1576c234c8314b39644657;hb=0e0472b608b0d0e1f9ae172e1d92f9a720ca6115;hp=a65c7eb9b8740c2f2ba7e59bae8235b2c70bd60c;hpb=6d32f944a0a115b6419184c50b57bf7c4eef5786;p=modules%2Fsmesh.git diff --git a/src/Tools/smesh_plugins.py b/src/Tools/smesh_plugins.py index a65c7eb9b..7c726820a 100644 --- a/src/Tools/smesh_plugins.py +++ b/src/Tools/smesh_plugins.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2011-2019 EDF R&D +# Copyright (C) 2011-2021 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 @@ -84,8 +84,8 @@ try: if len(zcracksHome) > 1: #print 'ZCRACKSHOME ', zcracksHome from Zcracks.zcracks_plugin import ZcracksLct - salome_pluginsmanager.AddFunction('Run Zcrack', - 'Run Zcrack', + salome_pluginsmanager.AddFunction('Run Zcracks', + 'Add a crack in a mesh with Zcracks plug-in', ZcracksLct) except Exception as e: #print 'probleme zcracks'