0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis is incomplete

read methods (<accumulative-methods>) that don't
change a value of a meshing parameter but add one more value
This commit is contained in:
eap 2012-08-24 11:47:21 +00:00
parent b32dca0dad
commit cb99a4c0e6

View 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;