Skip to content
Snippets Groups Projects
Commit 0253c5ac authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent 0a2e6e67
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,6 @@ class OCC_Internals { ...@@ -22,7 +22,6 @@ class OCC_Internals {
// kernels) // kernels)
int _maxTagConstraints[4]; int _maxTagConstraints[4];
protected :
// all the (sub)shapes, updated dynamically when shapes need to be imported // all the (sub)shapes, updated dynamically when shapes need to be imported
// into a GModel // into a GModel
TopTools_IndexedMapOfShape _vmap, _emap, _wmap, _fmap, _shmap, _somap; TopTools_IndexedMapOfShape _vmap, _emap, _wmap, _fmap, _shmap, _somap;
...@@ -152,7 +151,7 @@ class OCC_Internals { ...@@ -152,7 +151,7 @@ class OCC_Internals {
// *** FIXME what follows will be removed *** // *** FIXME what follows will be removed ***
protected : private:
TopoDS_Shape _shape; TopoDS_Shape _shape;
public: public:
void _addShapeToLists(TopoDS_Shape shape){ _addShapeToMaps(shape); } void _addShapeToLists(TopoDS_Shape shape){ _addShapeToMaps(shape); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment