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

*** empty log message ***

parent bae6f935
No related branches found
No related tags found
No related merge requests found
......@@ -32,10 +32,12 @@ class ExtrudeParams;
// A model edge.
class GEdge : public GEntity {
private:
double _length;
protected:
GVertex *v0, *v1;
std::list<GFace *> l_faces;
double _length;
public:
GEdge(GModel *model, int tag, GVertex *_v0, GVertex *_v1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment