From: eap Date: Fri, 24 Aug 2012 11:47:21 +0000 (+0000) Subject: 0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis... X-Git-Tag: V6_6_0a1~185 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cb99a4c0e611ed1a461a39703a55742bd9d14ebd;p=modules%2Fsmesh.git 0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis is incomplete read methods () that don't change a value of a meshing parameter but add one more value --- diff --git a/src/SMESHGUI/SMESHGUI_XmlHandler.cxx b/src/SMESHGUI/SMESHGUI_XmlHandler.cxx index d02d9cd02..b62244e6f 100644 --- a/src/SMESHGUI/SMESHGUI_XmlHandler.cxx +++ b/src/SMESHGUI/SMESHGUI_XmlHandler.cxx @@ -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;