Skip to content
Snippets Groups Projects
Commit a1e47e67 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

dg :project lonlat

parent 0c38f3df
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ namespace std {
%template(VectorFunctionConst) vector<const function*, std::allocator<const function*> >;
%template(GEdgeVectorVector) vector< std::vector< GEdge *,std::allocator< GEdge * > >,std::allocator< std::vector< GEdge *,std::allocator< GEdge * > > > >;
%template(GFaceList) list<GFace*, std::allocator<GFace*> >;
%template(GEdgeList) list<GEdge*, std::allocator<GEdge*> >;
}
%include "GmshConfig.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment