Salome HOME
Fix regression of SMESH_TEST/Grids/smesh/3D_mesh_Extrusion/A3
[modules/smesh.git] / src / Tools / smesh_plugins.py
index ebea5765048c944da6b3d53db10a3b17d65d5214..e61dd16a73cd504e5b79f60a561c7acd57833bb6 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: iso-8859-1 -*-
-# Copyright (C) 2011-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2011-2013  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
@@ -24,6 +24,7 @@ import salome_pluginsmanager
 from spadderPlugin import runSpadderPlugin
 from meshcut_plugin import MeshCut
 from yamsplug_plugin import YamsLct
+from MGCleanerplug_plugin import MGCleanerLct
 
 salome_pluginsmanager.AddFunction('PADDER mesher',
                                   'Create a mesh with PADDER',
@@ -36,3 +37,8 @@ salome_pluginsmanager.AddFunction('MeshCut',
 salome_pluginsmanager.AddFunction('ReMesh with Yams',
                                   'Run Yams',
                                   YamsLct)
+
+salome_pluginsmanager.AddFunction('ReMesh with MGCleaner',
+                                  'Run MGCleaner',
+                                  MGCleanerLct)
+