Changes for bug 0020753.

This commit is contained in:
skl 2010-03-03 11:01:36 +00:00
parent f4222ec705
commit 00c9fb50be

View File

@ -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.);
//============================= //=============================