mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +05:00
Fixing of bug concerning the mesh info dialog after compute with quadratic elements
This commit is contained in:
parent
8608b2b5ca
commit
4c65637b3b
@ -490,7 +490,7 @@ void SMESHGUI_MeshInfosBox::SetMeshInfo(const SMESH::long_array& theInfo)
|
||||
myNbQuadTetra ->setText( QString("%1").arg( theInfo[SMDSEntity_Quad_Tetra] ));
|
||||
// hexas
|
||||
myNbHexa ->setText( QString("%1").arg( theInfo[SMDSEntity_Hexa] +
|
||||
theInfo[SMDSEntity_TriQuad_Hexa],
|
||||
theInfo[SMDSEntity_TriQuad_Hexa] +
|
||||
theInfo[SMDSEntity_Quad_Hexa] ));
|
||||
myNbLinHexa ->setText( QString("%1").arg( theInfo[SMDSEntity_Hexa] ));
|
||||
myNbQuadHexa ->setText( QString("%1").arg( theInfo[SMDSEntity_Quad_Hexa] ));
|
||||
|
Loading…
Reference in New Issue
Block a user