Skip to content
Snippets Groups Projects
Commit 7ba870fb authored by Tristan Carrier Baudouin's avatar Tristan Carrier Baudouin
Browse files

statistics

parent 41a6787f
Branches
Tags gmsh_1_14
No related merge requests found
...@@ -276,7 +276,7 @@ class PostOp{ ...@@ -276,7 +276,7 @@ class PostOp{
private: private:
int estimate1; int estimate1;
int estimate2; int estimate2;
double iterations; int iterations;
std::map<MElement*,bool> markings; std::map<MElement*,bool> markings;
std::map<MVertex*,std::set<MElement*> > vertex_to_tetrahedra; std::map<MVertex*,std::set<MElement*> > vertex_to_tetrahedra;
std::map<MVertex*,std::set<MElement*> > vertex_to_pyramids; std::map<MVertex*,std::set<MElement*> > vertex_to_pyramids;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment