Salome HOME
22355: EDF SMESH: New 1D hypothesis "Adaptive"
authoreap <eap@opencascade.com>
Mon, 21 Oct 2013 08:21:05 +0000 (08:21 +0000)
committereap <eap@opencascade.com>
Mon, 21 Oct 2013 08:21:05 +0000 (08:21 +0000)
  Make myBox protected

src/SMESHUtils/SMESH_Tree.hxx

index 36d4124209ca08835bd4148ca63c4383f9c7a932..13c70c728191c10508cb446b842c757e756c7b9a 100644 (file)
@@ -115,14 +115,15 @@ protected:
   // Tree limit
   const SMESH_TreeLimit* myLimit;
 
+  // Bounding box of a tree
+  box_type*      myBox;
+
 private:
   // Build the children recursively
   void                   buildChildren();
 
   // Level of the Tree
   int            myLevel;
-
-  box_type*      myBox;
 };
 
 //===========================================================================