X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FTools%2Fsmesh_plugins.py;h=7c726820ad47b7570b1576c234c8314b39644657;hb=4e6f2284a44bc1da45d137fe825e31b2feadaa9a;hp=3ee272dd2effdf0855cfd186999c3074bf12a4d2;hpb=05bdaa6d2e34f8faf44db72a387557bfdfc52486;p=modules%2Fsmesh.git diff --git a/src/Tools/smesh_plugins.py b/src/Tools/smesh_plugins.py index 3ee272dd2..7c726820a 100644 --- a/src/Tools/smesh_plugins.py +++ b/src/Tools/smesh_plugins.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2011-2016 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'