From: eap Date: Mon, 21 Oct 2013 13:07:09 +0000 (+0000) Subject: 22355: EDF SMESH: New 1D hypothesis "Adaptive" X-Git-Tag: V7_3_0a1~112 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=58d829687d6738d499a86aa92af4b1e8adf98f3a;p=modules%2Fsmesh.git 22355: EDF SMESH: New 1D hypothesis "Adaptive" Make all fields protected --- diff --git a/src/SMESHUtils/SMESH_Tree.hxx b/src/SMESHUtils/SMESH_Tree.hxx index 13c70c728..cb821ce71 100644 --- a/src/SMESHUtils/SMESH_Tree.hxx +++ b/src/SMESHUtils/SMESH_Tree.hxx @@ -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(); }; //===========================================================================