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

*** empty log message ***

parent 2ee127b3
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
class MRep { class MRep {
protected: protected:
// containedr for the edge representation (this 2x faster than // container for the edge representation (this is 2x faster than
// std::set<MEdge, MEdgeLessThan>) // std::set<MEdge, MEdgeLessThan>)
std::map<std::pair<MVertex*, MVertex*>, MElement*> edges; std::map<std::pair<MVertex*, MVertex*>, MElement*> edges;
...@@ -65,7 +65,7 @@ class MRep { ...@@ -65,7 +65,7 @@ class MRep {
eriter lastEdgeRep() { return edges.end(); } eriter lastEdgeRep() { return edges.end(); }
int getNumEdgeRep() { return edges.size(); } int getNumEdgeRep() { return edges.size(); }
// the vertex arrays containing full elements // the vertex arrays
VertexArray *va_lines, *va_triangles, *va_quads; VertexArray *va_lines, *va_triangles, *va_quads;
// destroys all the vertex arrays // destroys all the vertex arrays
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment