]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
authoreap <eap@opencascade.com>
Wed, 7 Mar 2012 15:11:06 +0000 (15:11 +0000)
committereap <eap@opencascade.com>
Wed, 7 Mar 2012 15:11:06 +0000 (15:11 +0000)
Add elements used in SMESH_2smeshpy

src/SMESHGUI/SMESHGUI_XmlHandler.cxx

index 6c84814337e1c059d94bb09d59f4da2bebad0282..69b68ddbecfad05b347b1d50f7dd2cc6e7d28b31 100644 (file)
@@ -191,6 +191,13 @@ bool SMESHGUI_XmlHandler::startElement (const QString&, const QString&,
       }
     }
   }
+  else if ( qName == "python-wrap" ||
+            qName == "algo"        ||
+            qName == "hypo"         )
+  {
+    // elements used in SMESH_2smeshpy
+    return true;
+  }
   else
   {
     // error