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

Hexahedrons in wrapper

parent d8dd74b9
Branches
Tags
No related merge requests found
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include "MVertex.h" #include "MVertex.h"
#include "MTriangle.h" #include "MTriangle.h"
#include "MPrism.h" #include "MPrism.h"
#include "MHexahedron.h"
#include "MQuadrangle.h" #include "MQuadrangle.h"
#include "MLine.h" #include "MLine.h"
#include "MEdge.h" #include "MEdge.h"
...@@ -79,6 +80,7 @@ namespace std { ...@@ -79,6 +80,7 @@ namespace std {
%include "MVertex.h" %include "MVertex.h"
%include "MTriangle.h" %include "MTriangle.h"
%include "MPrism.h" %include "MPrism.h"
%include "MHexahedron.h"
%include "MQuadrangle.h" %include "MQuadrangle.h"
%include "MLine.h" %include "MLine.h"
%include "MEdge.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