Salome HOME
0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis...
authoreap <eap@opencascade.com>
Fri, 24 Aug 2012 11:47:21 +0000 (11:47 +0000)
committereap <eap@opencascade.com>
Fri, 24 Aug 2012 11:47:21 +0000 (11:47 +0000)
read methods (<accumulative-methods>) that don't
change a value of a meshing parameter but add one more value

src/SMESHGUI/SMESHGUI_XmlHandler.cxx

index d02d9cd0215796ce92692fda5589a19a1d91023a..b62244e6f8d8412b4bfb420f67232b8a17427ba5 100644 (file)
@@ -193,7 +193,8 @@ bool SMESHGUI_XmlHandler::startElement (const QString&, const QString&,
   }
   else if ( qName == "python-wrap" ||
             qName == "algo"        ||
-            qName == "hypo"         )
+            qName == "hypo"        ||
+            qName == "accumulative-methods")
   {
     // elements used in SMESH_2smeshpy
     return true;