Salome HOME
refs #255: 7.5.6. Generation of the boundary particles for particulate boundary model
[modules/smesh.git] / src / SMDS / SMDS_PolygonalFaceOfNodes.hxx
index 67c6115422f0f34515ae6ec4739955fb852f07a2..4dc8bea4945415e5565180e7cebf93db6b121ada 100644 (file)
@@ -67,7 +67,6 @@ class SMDS_EXPORT SMDS_PolygonalFaceOfNodes:public SMDS_MeshFace
  protected:
   virtual SMDS_ElemIteratorPtr elementsIterator (SMDSAbs_ElementType type) const;
 
- private:
   std::vector<const SMDS_MeshNode *> myNodes;
 };