mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-19 00:20:36 +05:00
Changes for bug 0020753.
This commit is contained in:
parent
f4222ec705
commit
00c9fb50be
@ -50,7 +50,7 @@ class SMESH_OctreeNode : public SMESH_Octree {
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
// Constructor
|
// Constructor
|
||||||
SMESH_OctreeNode (const std::set<const SMDS_MeshNode*>& theNodes, const int maxLevel = -1,
|
SMESH_OctreeNode (const std::set<const SMDS_MeshNode*>& theNodes, const int maxLevel = 8,
|
||||||
const int maxNbNodes = 5, const double minBoxSize = 0.);
|
const int maxNbNodes = 5, const double minBoxSize = 0.);
|
||||||
|
|
||||||
//=============================
|
//=============================
|
||||||
|
Loading…
Reference in New Issue
Block a user