Skip to content
Snippets Groups Projects
Commit 0067aaa4 authored by Sebastien Blaise's avatar Sebastien Blaise
Browse files

Hexahedrons in wrapper

parent d8dd74b9
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
#include "MVertex.h"
#include "MTriangle.h"
#include "MPrism.h"
#include "MHexahedron.h"
#include "MQuadrangle.h"
#include "MLine.h"
#include "MEdge.h"
......@@ -79,6 +80,7 @@ namespace std {
%include "MVertex.h"
%include "MTriangle.h"
%include "MPrism.h"
%include "MHexahedron.h"
%include "MQuadrangle.h"
%include "MLine.h"
%include "MEdge.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment