added a comment

This commit is contained in:
Renaud Nédélec 2014-03-28 15:40:59 +01:00
parent fa6a0c1c31
commit cdc42c9dc6

View File

@ -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