From fa87743ebde736b1bfdaac6dc76f95a262b8c495 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 16 Aug 2006 21:23:55 +0000 Subject: [PATCH] *** empty log message *** --- Geo/MRep.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Geo/MRep.h b/Geo/MRep.h index b22e83beeb..da0a64355d 100644 --- a/Geo/MRep.h +++ b/Geo/MRep.h @@ -35,7 +35,7 @@ class MRep { 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::map<std::pair<MVertex*, MVertex*>, MElement*> edges; @@ -65,7 +65,7 @@ class MRep { eriter lastEdgeRep() { return edges.end(); } int getNumEdgeRep() { return edges.size(); } - // the vertex arrays containing full elements + // the vertex arrays VertexArray *va_lines, *va_triangles, *va_quads; // destroys all the vertex arrays -- GitLab