Skip to content
Snippets Groups Projects
Commit 632530a1 authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

delete ok

parent 14db45e5
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,10 @@ class GFaceCompound : public GFace {
mutable GFaceCompoundTriangle *_gfct;
mutable Octree *oct;
mutable MElementOctree *octNew;
mutable std::vector<MVertex*> myParamVert;
mutable std::vector<MElement*> myParamElems;
mutable std::map<MVertex*,MVertex*> _3Dto2D;
mutable std::map<MVertex*,MVertex*> _2Dto3D;
mutable std::map<int,SPoint3> XYZoct;
mutable std::set<MVertex*> allNodes;
mutable v2t_cont adjv;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment