22355: EDF SMESH: New 1D hypothesis "Adaptive"

Make all fields protected
This commit is contained in:
eap 2013-10-21 13:07:09 +00:00
parent 716b8a81b9
commit 58d829687d

View File

@ -118,12 +118,11 @@ protected:
// Bounding box of a tree
box_type* myBox;
private:
// Build the children recursively
void buildChildren();
// Level of the Tree
int myLevel;
// Build the children recursively
void buildChildren();
};
//===========================================================================