mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-14 06:41:34 +05:00
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:
parent
b32dca0dad
commit
cb99a4c0e6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user