mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 20:30:32 +05:00
added a comment
This commit is contained in:
parent
fa6a0c1c31
commit
cdc42c9dc6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user