From cdc42c9dc6de6d17f8467328484df60bed55bc38 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Renaud=20N=C3=A9d=C3=A9lec?= Date: Fri, 28 Mar 2014 15:40:59 +0100 Subject: [PATCH] added a comment --- src/Tools/smesh_plugins.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Tools/smesh_plugins.py b/src/Tools/smesh_plugins.py index 1eec49c1f..b043ec692 100644 --- a/src/Tools/smesh_plugins.py +++ b/src/Tools/smesh_plugins.py @@ -47,6 +47,9 @@ salome_pluginsmanager.AddFunction('Meshed Pipe with a crack', 'Create a mesh with blocFissure tool', fissureCoudeDlg) +# ZCracks plugin requires the module EFICAS to be installed +# thus it is first tested if this module is available before +# adding the plugin to salome_pluginsmanager enable_zcracks = True try: import eficasSalome -- 2.30.2