mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 01:58:35 +05:00
untabify
This commit is contained in:
parent
2cd5bf0e19
commit
fe22993f88
@ -83,7 +83,7 @@ private:
|
||||
void onEditGroup();
|
||||
|
||||
void FindGravityCenter( TColStd_MapOfInteger&,
|
||||
std::list<gp_XYZ>& );
|
||||
std::list<gp_XYZ>& );
|
||||
// add the centers of gravity of ElemsIdMap elements to the GrCentersXYZ list
|
||||
|
||||
private:
|
||||
|
@ -68,9 +68,9 @@ class SMESHGUI_EXPORT SMESHGUI_GroupDlg : public QDialog
|
||||
|
||||
public:
|
||||
SMESHGUI_GroupDlg( SMESHGUI*,
|
||||
SMESH::SMESH_Mesh_ptr = SMESH::SMESH_Mesh::_nil() );
|
||||
SMESH::SMESH_Mesh_ptr = SMESH::SMESH_Mesh::_nil() );
|
||||
SMESHGUI_GroupDlg( SMESHGUI*,
|
||||
SMESH::SMESH_GroupBase_ptr,
|
||||
SMESH::SMESH_GroupBase_ptr,
|
||||
const bool theIsConvert = false );
|
||||
~SMESHGUI_GroupDlg();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user